This minor mode tries to find and highlight problems with your writing in English as you type. It primarily detects "weasel words" and abuse of passive voice.
Org Edit LaTeX is an extension for Org mode. It lets you edit a LaTeX fragment in a dedicated buffer just like editing a source block.
Adds 256 color handling to term/ansi-term by adding 247 customizable faces to ansi-term-color-vector and overriding term-handle-colors-array to handle additional escape sequences.
emacs-terraform-mode
provides a major mode for working with Terraform configuration files. Most of the functionality is inherited from hcl-mode
.
This package provides a major mode for editing Extempore code. It can create an Extempore REPL, connect the current extempore-mode
buffer to a running Extempore process, and more.
This package is an integration with powerthesaurus.org. It helps to look up a word in powerthesaurus and either replace or insert selected option in the buffer (depending on the current selection).
Call gif-screencast
to start a recording. A screenshot is taken for every user action. Call gif-screencast-stop
(<f9> by default) to finish recording and create the GIF result.
Telephone Line is a new implementation of Powerline for Emacs with optional baked-in Evil support, antialiased separators, and an easy configuration language which makes it trivial to write your own themes.
This package provides an org-mode
link type that allows execution of various mu4e
queries when clicked. Such links can be organized into a dashboard, by simply writing an org file.
emacs-telephone-line
is a new implementation of Powerline for emacs with optional baked-in evil support, antialiased separators, and an easy configuration language which makes it trivial to write your own themes.
This Emacs package provides a global minor mode mode-line-bell-mode
which sets ring-bell-function
to a function that will briefly flash the mode-line when the bell is rung.
Literate-Elisp is an Emacs lisp library to provide an easy way to use literal programming in Emacs lisp. It extends the Emacs load mechanism so Emacs can load Org files as Lisp source files directly.
This Emacs package provides navigation for imenu tags across all buffers that satisfy a filtering criteria. Available criteria are all buffers with the same major mode, same project buffers, and user-defined list of friendly mode buffers.
This plugin was an answer to the lack of proper multiple cursor support in Emacs+Evil. It allows you to select and edit matches interactively, integrating iedit-mode
into Evil mode with an attempt at sensible defaults.
The denote-journal package makes it easier to use Denote for journaling. While it is possible to use the generic denote
command (and related) to maintain a journal, this package defines extra functionality to streamline the journaling workflow.
A minor mode that hides the mode-line in your current buffer. It can be used to toggle an alternative mode-line, toggle its visibility, or simply disable the mode-line in buffers where it is not very useful.
A minor mode that hides the mode-line in your current buffer. It can be used to toggle an alternative mode-line, toggle its visibility, or simply disable the mode-line in buffers where it is not very useful.
Tree Inspector is an inspection tool for Emacs Lisp objects that uses a tree view. It works together with Emacs Inspector when it is loaded; when an object label is clicked on the tree, an inspector is opened on that object.
gitlab-ci-mode
is an Emacs major mode for editing GitLab CI files. It provides syntax highlighting and completion for keywords and special variables. An interface to GitLab’s CI file linter is also provided via gitlab-ci-lint
.
Transpose mark provides some commands that makes transposing lines and regions easier. You can mark a line and transpose it with a line at point, or mark a region and transpose it with another region a point. The plugin provides visual feedback for marked regions.
Rainbow-blocks is an Emacs mode that highlights blocks made of parentheses, brackets, and braces according to their depth. Each successive level is highlighted in a different color. This makes it easy to orient yourself in the code, and tell which statements are at a given level.
writeroom-mode is a minor mode for Emacs that implements a distraction-free writing mode similar to the famous Writeroom editor for OS X. writeroom-mode is meant for GNU Emacs 25 and isn't tested on older versions. See the README or info manual for usage instructions.
Shell-command+ is a shell-command
substitute that extends the regular Emacs command with several features. You can for example count all the lines in a buffer with > wc -l
, or delete all lower case letters in the selected region with | tr -d a-z
.
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.