The package provides a tree-based feed summary interface for elfeed. The tree can include individual feeds, searches, and groups. It mainly serves as an easier "jumping point" for elfeed, so searching a subset of the elfeed database is one action away.
`elfeed-summary' pops up the summary buffer. The buffer shows individual feeds and searches, combined into groups. The structure is determined by the `elfeed-summary-settings' variable.
Also take a look at the package README at <https://github.com/SqrtMinusOne/elfeed-summary> for more information.
The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents. The built-in Emacs module "ffap" (Find File at Point) has the ability to recognize names at point which look like "RFC1234" and "RFC-1234" and load the appropriate RFC from a remote server. However, it fails to recognize a name like "RFC 1234". This package enhances ffap so that it correctly finds RFCs even when a space appears before the number.
`company-mode backend for `ledger-mode', `beancount-mode and similar plain-text accounting modes. Provides fuzzy completion for transactions, prices and other date prefixed entries. See Readme for detailed setup and usage description. Detailed Description -------------------- - Provides auto-completion based on words on current line - The words on the current line can be partial and in any order - The candidate entities are reverse sorted by location in file - Candidates are paragraphs starting with YYYY[-/]MM[-/]DD Minimal Setup ------------- (with-eval-after-load company (add-to-list company-backends company-ledger)) Use-Package Setup ----------------- (use-package company-ledger :ensure company :init (with-eval-after-load company (add-to-list company-backends company-ledger)))
impatient-mode is a minor mode that publishes the live buffer through the local simple-httpd server under /imp/live/<buffer-name>/. To unpublish a buffer, toggle impatient-mode off. Start the simple-httpd server (`httpd-start') and visit /imp/ on the local server. There will be a listing of all the buffers that currently have impatient-mode enabled. This is likely to be found here: http://localhost:8080/imp/ Except for html-mode buffers, buffers will be prettied up with htmlize before being sent to clients. This can be toggled at any time with `imp-toggle-htmlize'. Because html-mode buffers are sent raw, you can use impatient-mode see your edits to an HTML document live! This is perhaps the primary motivation of this mode. To receive updates the browser issues a long poll on the client waiting for the buffer to change -- server push. The response happens in an `after-change-functions hook. Buffers that do not run these hooks will not be displayed live to clients.
Fast, configurable indentation guide-bars for Emacs.
This package provides an Emacs Hydra for inserting timestamps.
This package provides various refactoring functions for JavaScript.
This Emacs library provides a Helm interface for Projectile.
ElementaryX: Elementary Emacs configuration coupled with Guix. org-mode setup.
ElementaryX: Elementary Emacs configuration coupled with Guix. Dev full setup.
download-region
provides in buffer downloading manager for Emacs.
This package provides a simple mode-line configuration for Emacs.
This package provides an Emacs major mode for writing Purescript.
This package provides a Helm interface for selecting Makefile targets.
This package can visualize maildirs hierarchically in Notmuch's ``hello buffer''.
Afternoon theme is a dark color theme with a deep blue background.
Chocolate theme is a dark, chocolatey, vibrant and subtle theme for Emacs.
This package highlights function arguments in CMake according to their use.
This package provides enhanced completions for the tailscale command and it's subcommands.
The lsp-mode client for tailwindcss, using language server from official vscode plugin
This package provices an Emacs minor mode for building and uploading PlatformIO projects.
This package provides evil-mode
functions for using selected text to search.
This package provides functions that automatically create backlinks when inserting a link.