Build.el strives to provide clean and easy to understand functions, as well as a transient menu, to build projects of various build systems (CMake, Bazel, Make, Ninja, Cargo, NPM, ...).
List issues from various issue trackers in a tabulated buffer in Emacs
and act on them. The backends for the supported issue trackers. One being emacs-issue-jira
.
Emacs wgrep allows you to edit a grep buffer and apply those changes to the file buffer. Several backends are supported beside the classic grep: ack, ag, helm and pt.
Wucuo provides a spell checker on top of either Aspell or Hunspell, and relies on Flyspell internally. It operates on the current region or buffer, a file, or a complete directory.
This package provides a flexible media player for Emacs. Bongo
supports multiple backends such as vlc
, mpg123
, ogg123
, speexdec
, timidity
, mikmod
and afplay
.
This is a package to provide a completion-style to Emacs that is able to leverage flx as well as various other fuzzy matching scoring packages to provide intelligent scoring and sorting.
emacs-spark
is a sparkline generation library for Emacs Lisp. It generates a sparkline string given a list of numbers. It is a port of cl-spark
to Emacs Lisp.
This package provides two integration features between Emacs and the Zotero research assistant: Insertion of links to Zotero items into an Org-mode file, and citations of Zotero items in Pandoc Markdown files.
Ztree is a project dedicated to implementation of several text-tree applications inside GNU Emacs. It consists of 2 subprojects: ztree-diff
and ztree-dir
(the basis of ztree-diff
).
Devil intercepts your devil key (comma by default) to let you type key sequences without using modifier keys. Devil is highly configurable and it can be configured to perform other key sequence translations.
itail
provides interactive tail
mode that allows you to filter the tail with Unix pipes and highlight the contents of the tailed file. It works locally or on remote files using Tramp.
Blimp (Bustling Image Manipulation Package) is a complete wrapper around all Imagemagick commands with descriptions, autocompletion (for some commands) and hints displayed in prompt using eimp.el
to execute its commands and resize images.
Tramp stands for ``Transparent Remote (file) Access, Multiple Protocol''. This package provides remote file editing, using a combination of rsh
and rcp
or other work-alike programs, such as ssh
and scp
.
This provides a major mode to view the output of dictionary tools, and utilities that perform searches and nicely format the results. Currently tied to sdcv, but this is intended to be changed in the future.
emacs-objed
allows navigating and editing text objects. It enables modal editing and composition of commands, too. It combines ideas of other Editors like Vim or Kakoune and tries to align them with regular Emacs conventions.
subed
is an Emacs major mode for editing subtitles while playing the corresponding video with mpv
. At the moment, the only supported formats are SubRip (.srt
), WebVTT (.vtt
), and Advanced SubStation Alpha (.ass
).
This package provides a simple focus mode which can be applied to any buffer for reading, writing, or even doing a presentation. The buffer can be divided in pages using the page-delimiter
, outline structure, or any other pattern.
This is the official Emacs package for Racer. It supports code completion of variables, functions and modules. It can also jump to definition of functions and types, and show a help buffer based on the docstring of the thing at point.
This package provides the ability to call asynchronous functions and processes. For example, it can be used to run dired commands (for copying, moving, etc.) asynchronously using dired-async-mode
. Also it is used as a library for other Emacs packages.
This package provides the ability to call asynchronous functions and processes. For example, it can be used to run dired commands (for copying, moving, etc.) asynchronously using dired-async-mode
. Also it is used as a library for other Emacs packages.
Corfu enhances the default completion in region function with a completion overlay. The current candidates are shown in a popup overlay below or above the point. Corfu can be considered the minimalistic completion-in-region
counterpart of the Vertico minibuffer UI.
Lemon is a tiny system monitor which displays system information in the echo area when Emacs is has been idle for a few seconds. This is a fork of zk_phi’s Symon, which has been largely rewritten. It works nicely with EXWM.
Circe is a Client for IRC in Emacs. It integrates well with the rest of the editor, using standard Emacs key bindings and indicating activity in channels in the status bar so it stays out of your way unless you want to use it.
Guile-Emacs brings Emacs and Guile together by providing a new Elisp implementation based on Guile's compiler technology, serving as the basis for a more expressive and extensible version of Elisp.
Started in 2014 as a GSOC project, Guile-Emacs was resurrected in 2024.