This Emacs package provides the adaptive-wrap-prefix-mode
minor mode which sets the wrap-prefix property on the fly so that single-long-line paragraphs get word-wrapped in a way similar to what you'd get with M-q using adaptive-fill-mode
, but without actually changing the buffer's text.
This is an Emacs version of Atomic Chrome and Ghost Text, which are extensions that allows you to edit text areas of the browser in Emacs.
The input on Emacs is reflected to the browser instantly and continuously. You can use both the browser and Emacs at the same time. They are updated to the same content bi-directionally.
This is a port of the themes in Vim-airline to Emacs Powerline.
This package provides a hybrid of keyboard macros and yasnippet. You create the snippet on the go, usually to be used just in the one place. It's fast, because you're not leaving the current buffer, and all you do is enter the code you'd enter anyway, just placing ~ where you'd like yasnippet fields and mirrors to be.
Afternoon theme is a dark color theme with a deep blue background.
This package helps Emacs integrate with the Unix password-store
application.
When writing your academic paper, you might get stuck trying to find the right phrase that captures your intention. This package tries to alleviate that problem by presenting you with a list of phrases organized by the topic or by the paper section that you are writing. This package has around 600 phrases so far.
Using this package is easy, just call academic-phrases
to get a list of phrases organized by topic, or call academic-phrases-by-section
to browse the phrases by the paper section and fill-in the blanks if required.
emacs-anaphora-anywhere
provides anaphoric references in emacs lisp.
aggressive-indent-mode
is a minor mode that keeps your code always indented. It reindents after every change, making it more reliable than electric-indent-mode
.
This package provides an Adwaita-inspired dark color scheme for Emacs.
This package allows using Ace jump to a candidate in Helm window.
This package provides a collection of almost monochrome Emacs themes: almost-mono-black
and almost-mono-white
.
An Emacs port of the Atom One Dark theme from Atom.io.
emacs-auth-password-store
integrates Emacs auth-source library with password-store
.
This package allows icons from all-the-icons.el
to be used in dired-mode
.
This package adds XOAuth2 authentication capabilities to Emacs auth-source. This integration requires some preliminary work on the users’ part, which includes creating tokens.
auto-dictionary
is a minor mode that hooks into Flyspell's on-the-fly spell checking and extends these checks to also detect language. Auto-dictionary then sets ispell-dictionary
to use the detected language.
This Emacs package provides the commands aa2u
and aa2u-rectangle
. Both of these commands can be used to convert simple ASCII art line drawings to Unicode; the former works on the active region of the buffer, while the latter works on rectangular selections.
This package uses emacs-all-the-icons
to display icons in Ibuffer buffers.
This package searches the parent directories of the current file for the project's node_modules/.bin/
directory, allowing Emacs to find project-specific installations of packages.
This package adds icons to completion candidates using the built-in completion metadata functions. For example, with this package, find-file
can display a file icon for each candidate based on the file type.