The elegant-agenda-mode package uses fonts and typography to give your org-agenda some breathing room and elegance. This package was inspired by the work Nicolas Rougier.
emacs-smart-hungry-delete
hungrily deletes whitespace between cursor and next word, parenthesis or delimiter while honoring some rules about where space should be left to separate words and parentheses.
Column Enforce mode highlights text that extends beyond a certain column. It can be used to enforce 80 column rule. It can also be configured for any N-column rule.
volatile-highlights-mode
brings visual feedback to some operations by highlighting portions relating to the operations. All of highlights made by this library will be removed when any new operation is executed.
This library adds a list of 'Did you mean...' suggestions when the command was not found in Eshell. The suggestions are found after the commands that bear resemblance to the input command.
This package lets you auto-format source code in many languages using the same command for all languages, instead of learning a different Emacs package and formatting command for each language. Over 70 languages are supported, including Emacs Lisp, Kotlin, Go and Rust.
Seeing Is Believing is a ruby gem to evaluate Ruby code, recording the results of each line. This minor mode provides an easy way to run it from Emacs on the current region or entire buffer.
Helm "Switch-to-REPL" offers the helm-switch-to-repl
action, a generalized and extensible version of helm-ff-switch-to-shell
. It can be added to helm-find-files
and other helm-type-file
sources such as helm-locate
.
Treemacs is a file and project explorer similar to NeoTree or Vim's NerdTree, but largely inspired by the Project Explorer in Eclipse. It shows the file system outlines of your projects in a simple tree layout allowing quick navigation and exploration, while also possessing basic file management utilities.
This package helps you control your GNU/Linux desktop from Emacs. With desktop-environment
, you can control the brightness and volume as well as take screenshots and lock your screen. The package depends on the availability of shell commands to do the hard work for us. These commands can be changed by customizing the appropriate variables.
GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.
GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.
This is just dependency for ac-html, company-web `web-completion-data-sources is pair list of framework-name and directory of completion data This package provide default "html" completion data. Completion data directory structure: html-attributes-complete - attribute completion html-attributes-list - attributes of tags-add-tables html-attributes-short-docs - attributes documantation html-tag-short-docs - tags documantation If you decide extend with own completion data, let say "Bootstrap" data: (unless (assoc "Bootstrap" web-completion-data-sources) (setq web-completion-data-sources (cons (cons "Bootstrap" "/path/to/complete/data") web-completion-data-sources)))
The external
completion style is used with a ``programmable completion'' table that gathers completions from an external tool such as a shell utility, an inferior process, an HTTP server. The table and external tool are fully in control of the matching of the pattern string to the potential candidates of completion. When external
is in use, the usual styles configured by the user or other in completion-styles
are ignored. This compromise is for speed: all other styles need the full data set to be available in Emacs addressing space, which is often slow if not completely unfeasible.
ElementaryX: Elementary Emacs configuration coupled with Guix. Setup for treemacs.
This Emacs build implements graphical UI purely in terms of GTK.
Library for parsing Emacs Org-mode hyperlinks from a string.
This package provides font lock and automatic escaping and unescaping of quotes.
ElementaryX: Elementary Emacs configuration coupled with Guix org-mode latex (ox-latex) setup.
Weyland Yutani is a dark Emacs theme based on the Alien movie franchise.
This package provides transient interface for git-gutter function to manipulate and navigate hunks.
This Emacs build implements graphical UI purely in terms of GTK, enables xwidgets, and includes a tree sitter API.
This package provides functionality to search for a number up to the end of a line and increment or decrement it.
Helm Fish Completion is a Helm interface for Emacs fish-completion. It can be used in both Eshell and M-x shell.