_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-org 9.7.25
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://orgmode.org/
Licenses: GPL 3+
Synopsis: Outline-based notes management and organizer
Description:

Org is an Emacs mode for keeping notes, maintaining TODO lists, and project planning with a fast and effective lightweight markup language. It also is an authoring system with unique support for literate programming and reproducible research. If you work with the LaTeX output capabilities of Org-mode, you may want to install the emacs-org-texlive-collection meta-package, which propagates the TexLive components required by the produced .tex file.

emacs-igc 31.0.50-2.6225610
Dependencies: mps@1.118.0 libwebp@1.3.2 gsettings-desktop-schemas@46.1 cairo@1.18.2 dbus@1.15.8 gtk+@3.24.43 giflib@5.2.1 harfbuzz@8.3.0 libjpeg-turbo@2.1.4 libotf@0.9.16 libpng@1.6.39 librsvg@2.58.5 libtiff@4.4.0 libx11@1.8.10 libxft@2.3.8 libxpm@3.5.17 pango@1.54.0 poppler@22.09.0 gnutls@3.8.3 ld-wrapper@0 binutils@2.41 glibc@2.39 mailutils@3.19 acl@2.3.1 alsa-lib@1.2.11 elogind@255.17 ghostscript@9.56.1 gpm@1.20.7 lcms@2.13.1 libice@1.1.2 libselinux@3.4 libsm@1.2.5 libxml2@2.9.14 m17n-lib@1.8.0 sqlite@3.39.3 tree-sitter@0.20.10 zlib@1.3 bash-minimal@5.1.16 coreutils@9.1 findutils@4.9.0 gawk@5.3.0 gzip@1.13 ncurses@6.2.20210619 sed@4.8
Propagated dependencies: tree-sitter-yaml@0.5.0-0.0e36bed tree-sitter-html@0.19.0 tree-sitter-javascript@0.20.0-22.f772967 tree-sitter-typescript@0.20.3 tree-sitter-bibtex@0.1.0-0.ccfd77d tree-sitter-css@0.19.0 tree-sitter-c@0.20.6 tree-sitter-cpp@0.20.3 tree-sitter-cmake@0.4.1 tree-sitter-elixir@0.19.0-0.b20eaa7 tree-sitter-heex@0.6.0 tree-sitter-bash@0.20.4 tree-sitter-dockerfile@0.1.2 tree-sitter-elm@5.6.3 tree-sitter-gomod@1.0.0 tree-sitter-go@0.20.0 tree-sitter-haskell@0.14.0-0.3bdba07 tree-sitter-java@0.20.1 tree-sitter-json@0.20.0 tree-sitter-julia@0.19.0 tree-sitter-ocaml@0.20.1 tree-sitter-php@0.19.0-0.f860e59 tree-sitter-python@0.20.4 tree-sitter-r@0.0.1-0.80efda5 tree-sitter-ruby@0.19.0-0.206c707 tree-sitter-rust@0.20.4 tree-sitter-clojure@0.0.13 tree-sitter-markdown@0.1.1 tree-sitter-markdown-gfm@0.7.1 tree-sitter-meson@1.2-0.3d6dfbd tree-sitter-org@1.3.1-0.081179c tree-sitter-scheme@0.2.0-0.67b90a3 tree-sitter-racket@0.1.0-0.1a5df02 tree-sitter-plantuml@1.0.0-0.bea443e tree-sitter-lua@0.0.19 tree-sitter-scala@0.20.2
Channel: rrr
Location: rrr/packages/emacs.scm (rrr packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Synopsis: The extensible, customizable, self-documenting text editor
Description:

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.

emacs-eli acl10.1express_Feb2022update2022-02-11-1.8f9a8b9
Dependencies: allegro-cl@10.1
Channel: nonguix
Location: nongnu/packages/emacs.scm (nongnu packages emacs)
Home page: https://franz.com/emacs/
Licenses: Nonfree
Synopsis: Allegro Common Lisp Emacs interface
Description:

An integral part of the Allegro CL programming environment is the interface between Emacs and Allegro CL, hereafter referred to as the Emacs-Lisp interface. This interface allows the editing and running of Common Lisp programs, and contains enhancements that allow a tight coupling between Emacs and Lisp, very similar to those which used to be available only on Lisp machines.

To load it, call (load "fi-site-init.el") from Emacs. Then you can start Allegro CL by entering M-x fi:common-lisp.

emacs-avy 0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/avy
Licenses: GPL 3+
Synopsis: Tree-based completion for Emacs
Description:

This package provides a generic completion method based on building a balanced decision tree with each candidate being a leaf. To traverse the tree from the root to a desired leaf, typically a sequence of read-key can be used.

In order for read-key to make sense, the tree needs to be visualized appropriately, with a character at each branch node. So this completion method works only for things that you can see on your screen, all at once, such as the positions of characters, words, line beginnings, links, or windows.

emacs-sly 1.0.43-9.9c43bf6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joaotavora/sly
Licenses: GPL 3+
Synopsis: Sylvester the Cat's Common Lisp IDE
Description:

SLY is Sylvester the Cat's Common Lisp IDE. SLY is a fork of SLIME, and contains the following improvements over it:

  1. A full-featured REPL based on Emacs's comint.el. Everything can be copied to the REPL;

  2. Stickers, or live code annotations that record values as code traverses them.

  3. Flex-style completion out-of-the-box, using Emacs's completion API. Company, Helm, and other supported natively, no plugin required;

  4. An interactive Trace Dialog;

  5. Multiple inspectors and multiple REPLs, with independent history.

  6. Regexp-capable M-x sly-apropos.

  7. Cleanly ASDF-loaded by default, including contribs, enabled out-of-the-box;

  8. "Presentations" replaced by interactive backreferences, which highlight the object and remain stable throughout the REPL session;

SLY tracks SLIME's bugfixes and all its familiar features (debugger, inspector, xref, etc.) are still available, but with better integration.

emacs-srht 0.5-9.a9e8f13
Propagated dependencies: emacs-plz@0.9.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/srht.el
Licenses: GPL 3+
Synopsis: Interact with sourcehut
#<unspecified>
emacs-eiwc 0.1-0.233978c
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/eiwc
Licenses: GPL 3+
Synopsis: Emacs iNet Wireless Client
#<unspecified>
emacs-ytel 0.2.0-6.eafffa7
Propagated dependencies: emacs-plz@0.9.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/grastello/ytel
Licenses: GPL 3+
Synopsis: Query YouTube via Invidious
#<unspecified>
emacs-tern 0.21.0
Propagated dependencies: emacs-auto-complete@1.5.1
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: http://ternjs.net/
Licenses: GPL 3+
Synopsis: Tern-powered JavaScript integration
Description:

Tern-powered JavaScript integration.

emacs-arei 0.9.5-2.1e5a64c
Propagated dependencies: emacs-eros@0.1.0-0.a9a92bd emacs-sesman@0.3.4 emacs-queue@0.2
Channel: rde
Location: rde/packages/emacs-xyz.scm (rde packages emacs-xyz)
Home page: https://git.sr.ht/~abcdw/emacs-arei
Licenses: GPL 3+
Synopsis: Asynchronous Reliable Extensible IDE
Description:

Sleek Guile IDE for Emacs.

emacs-arei 0.9.5
Propagated dependencies: emacs-eros@0.1.0-0.a9a92bd emacs-sesman@0.3.4 emacs-queue@0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~abcdw/emacs-arei
Licenses: GPL 3+
Synopsis: Asynchronous Reliable Extensible IDE
Description:

Sleek Guile IDE for Emacs.

emacs-dfmt 20170728.1023
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/qsimpleq/elisp-dfmt
Licenses:
Synopsis: Emacs Interface to D indenting/formatting tool dfmt.
Description:

Documentation at https://melpa.org/#/dfmt

emacs-repo 20240425.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/snogge/repo-el
Licenses:
Synopsis: Running repo from Emacs
Description:

Documentation at https://melpa.org/#/repo

emacs-eask 20250530.308
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-eask/eask
Licenses:
Synopsis: Core Eask APIs, for Eask CLI development
Description:

Documentation at https://melpa.org/#/eask

emacs-bbww 20230502.2239
Propagated dependencies: emacs-mwim@20181110.1900
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://chud.wtf
Licenses:
Synopsis: Improved word-jumping functions
Description:

Documentation at https://melpa.org/#/bbww

emacs-clhs 20210428.1911
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/sam-s/clhs
Licenses:
Synopsis: Access the Common Lisp HyperSpec (CLHS)
Description:

Documentation at https://melpa.org/#/clhs

emacs-totd 20150519.1440
Propagated dependencies: emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Display a random daily emacs command.
Description:

Documentation at https://melpa.org/#/totd

emacs-epic 20170210.23
Propagated dependencies: emacs-htmlize@20240915.1657
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/yoshinari-nomura/epic
Licenses:
Synopsis: Evernote Picker for Cocoa Emacs
Description:

Documentation at https://melpa.org/#/epic

emacs-rufo 20170718.1416
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/danielma/rufo.el
Licenses:
Synopsis: use rufo to automatically format ruby files
Description:

Documentation at https://melpa.org/#/rufo

emacs-earl 20241020.1847
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/axelf4/earl
Licenses:
Synopsis: Erlang distribution protocol implementation
Description:

Documentation at https://melpa.org/#/earl

emacs-n4js 20150714.231
Propagated dependencies: emacs-cypher-mode@20151110.1142
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tmtxt/n4js.el
Licenses:
Synopsis: Neo4j Shell
Description:

Documentation at https://melpa.org/#/n4js

emacs-i3wm 20170822.1438
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://git.flintfam.org/swf-projects/emacs-i3
Licenses:
Synopsis: i3wm integration library
Description:

Documentation at https://melpa.org/#/i3wm

emacs-rake 20220211.827
Propagated dependencies: emacs-f@20241003.1131 emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/asok/rake.el
Licenses:
Synopsis: Run rake commands
Description:

Documentation at https://melpa.org/#/rake

emacs-fedi 20250408.738
Propagated dependencies: emacs-markdown-mode@20250501.551
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://codeberg.org/martianh/fedi.el
Licenses:
Synopsis: Helper functions for fediverse clients
Description:

Documentation at https://melpa.org/#/fedi

Total results: 8163