_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-yeetube 2.1.10
Dependencies: mpv@0.41.0 torsocks@2.4.0 yt-dlp@2025.11.12
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://thanosapollo.org/projects/yeetube/
Licenses: GPL 3+
Build system: emacs
Synopsis: Youtube front-end for Emacs
Description:

This package provides the ability to scrape YouTube, with the results displayed in a tabulated list format. The videos can be opened with a user-defined video player (by default mpv) or downloaded using yt-dlp. This package also includes a minimal yt-dlp wrapper.

emacs-realgud 1.5.1-0.56a8d82
Propagated dependencies: emacs-load-relative@1.3.2 emacs-loc-changes@1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/realgud/realgud/
Licenses: GPL 3+
Build system: emacs
Synopsis: Modular front-end for interacting with external debuggers
Description:

RealGUD is a modular, extensible GNU Emacs front-end for interacting with external debuggers. It integrates various debuggers such as gdb, pdb, ipdb, jdb, lldb, bashdb, zshdb, etc. and allows visually steping through code in the sources. Unlike GUD, it also supports running multiple debug sessions in parallel.

emacs-kakoune 0.1-0.d73d14e
Propagated dependencies: emacs-expand-region@1.0.0 emacs-multiple-cursors@1.5.0 emacs-ryo-modal@0.45-0.a10f564
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jmorag/kakoune.el
Licenses: Expat
Build system: emacs
Synopsis: Emacs simple simulation, but not emulation, of Kakoune
Description:

This package provides many, but not all of the editing primitives in the Kakoune editor. Unlike Evil mode for Vim, this is a very shallow emulation, which seeks to do as little work as possible, leveraging Emacs native editing commands and the work of other packages wherever possible.

emacs-emojify 1.2
Propagated dependencies: emacs-ht@2.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/iqbalansari/emacs-emojify
Licenses: GPL 3+
Build system: emacs
Synopsis: Display emojis in Emacs
Description:

This package displays emojis in Emacs similar to how Github, Slack, and other websites do. It can display plain ASCII like :) as well as Github-style emojis like :smile:. It provides a minor mode emojify-mode to enable the display of emojis in a buffer.

emacs-org-d20 20210212.142
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://spwhitton.name/tech/code/org-d20/
Licenses: GPL 3
Build system: emacs
Synopsis: minor mode for d20 tabletop roleplaying games
Description:

; A minor mode intended for use in an Org-mode file in which you are ; keeping your GM notes for a tabletop roleplaying game that uses a ; d20. ; Example file footer: ; ; # Local Variables: ; # eval: (org-d20-mode 1) ; # org-d20-party: (("Zahrat" . 2) ("Ennon" . 4) ("Artemis" . 5))

emacs-modalka 0.1.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mrkkrp/modalka
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode to easily define native custom modal editing
Description:

This is a building kit to help switch to modal editing in Emacs. The main goal of the package is to make modal editing in Emacs as natural and native as possible. Modalka lets you define your own keys and does not come with a preconfigured set of keys.

emacs-scpaste 0.7.0
Propagated dependencies: emacs-htmlize@1.59
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~technomancy/scpaste
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs-based static HTML pastebin
Description:

This library will place an HTML copy of a buffer on an active webserver to which the user has SSH access. It is similar in purpose to services such as Gist or Pastebin, but is much simpler since it assumes the user has access to a publicly-accessible HTTP server.

emacs-epithet 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/oantolin/epithet
Licenses: GPL 3+
Build system: emacs
Synopsis: Rename Emacs buffers with descriptive names
Description:

This package provides a function---epithet-rename-buffer---to rename the current buffer with a descriptive name. The name suggestion is governed by the epithet-suggesters hook variable: each hook should return either a name suggestion or nil, they are called in turn and the first non-nil suggestion is taken.

emacs-pabbrev 4.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/pabbrev.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Predictive abbreviation expansion
Description:

The code provides a abbreviation expansion for Emacs. It is fairly similar to Dabbrev expansion, which works based on the contents of the current buffer (or other buffers).

Predictive abbreviation expansion works based on the previously written text. Unlike dynamic abbreviation, the text is analysed during idle time, while Emacs is doing nothing else.

emacs-ox-epub 0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ofosos/ox-epub
Licenses: GPL 3+
Build system: emacs
Synopsis: Export org mode projects to EPUB
Description:

ox-epub extends the (X)HTML exporter to generate .epub files directly from OrgMode. This will export EPUB version 2, which should give broad compatibility. It should also be relatiely easy to convert the resulting .epub to a .mobi file. Needs a working zip utility (default is zip).

emacs-vertico 2.6
Propagated dependencies: emacs-compat@30.1.0.1
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/minad/vertico
Licenses: GPL 3+
Build system: emacs
Synopsis: Vertical interactive completion
Description:

Vertico provides a minimalistic vertical completion UI, which is based on Emacs' default completion system. By reusing the default system, it achieves full compatibility with built-in Emacs commands and completion tables. Vertico is pretty bare-bone and only provides a minimal set of commands. Additional optional enhancements can be provided externally by complementary packages.

emacs-vertico 2.6
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/minad/vertico
Licenses: GPL 3+
Build system: emacs
Synopsis: Vertical interactive completion
Description:

Vertico provides a minimalistic vertical completion UI, which is based on Emacs' default completion system. By reusing the default system, it achieves full compatibility with built-in Emacs commands and completion tables. Vertico is pretty bare-bone and only provides a minimal set of commands. Additional optional enhancements can be provided externally by complementary packages.

emacs-vertico 1.7-4.c7ed431
Propagated dependencies: emacs-compat@30.1.0.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/minad/vertico
Licenses: GPL 3+
Build system: emacs
Synopsis: Vertical interactive completion
Description:

Vertico provides a minimalistic vertical completion UI, which is based on Emacs' default completion system. By reusing the default system, it achieves full compatibility with built-in Emacs commands and completion tables. Vertico is pretty bare-bone and only provides a minimal set of commands. Additional optional enhancements can be provided externally by complementary packages.

emacs-beframe 1.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://protesilaos.com/emacs/beframe
Licenses: GPL 3+ FDL 1.3+
Build system: emacs
Synopsis: Isolate Emacs buffers per frame
Description:

Beframe enables a frame-oriented Emacs workflow where each frame has access to the list of buffers visited therein. In the interest of brevity, we call buffers that belong to frames ``beframed''. Producing multiple frames does not generate multiple buffer lists. There still is only one global list of buffers. Beframing them simply filters the list.

emacs-scratch 1.4
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/scratch
Licenses: FreeBSD
Build system: emacs
Synopsis: Create scratch buffers with the same mode as current buffer
Description:

Scratch is an extension to Emacs that enables one to create scratch buffers that are in the same mode as the current buffer. This is notably useful when working on code in some language; you may grab code into a scratch buffer, and, by virtue of this extension, do so using the Emacs formatting rules for that language.

emacs-scratch 1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/scratch
Licenses: FreeBSD
Build system: emacs
Synopsis: Create scratch buffers with the same mode as current buffer
Description:

Scratch is an extension to Emacs that enables one to create scratch buffers that are in the same mode as the current buffer. This is notably useful when working on code in some language; you may grab code into a scratch buffer, and, by virtue of this extension, do so using the Emacs formatting rules for that language.

emacs-deflate 0.0.5
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/skuro/deflate
Licenses: GPL 3+
Build system: emacs
Synopsis: Elisp implementation of the DEFLATE algorithm
Description:

This Emacs library implements the DEFLATE algorithm specified in RFC 1951.

While the scope of this project is to write a full implementation of the algorithm, there is currently no interest of developing the best compression ratios on the planet, but rather being able to support DEFLATE (and a little bit of zlib) in Emacs in a portable fashion.

emacs-greader 0.13.0
Dependencies: emacs-compat@30.1.0.1 espeak-ng@1.52.0-1.0d451f8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/michelangelo-rodriguez/greader
Licenses: GPL 3+
Build system: emacs
Synopsis: Gnamù Reader, or Greader, sends buffer contents to a speech engine
Description:

Greader is a module that sends any Emacs buffer to a TTS engine, such as Espeak-NG or Speech Dispatcher.

The mode supports timer reading, automatic scrolling of buffers in modes like Info mode, and repeating reading of regions or the whole buffer. It also includes a feature to facilitate the compilation of Espeak-NG pronunciations.

emacs-trashed 2.1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/shingo256/trashed/
Licenses: GPL 3+
Build system: emacs
Synopsis: View and edit system trash can in Emacs
Description:

Open, view, browse, restore or permanently delete trashed files or directories in trash can with Dired-like look and feel. The trash can has to be compliant with freedesktop.org. In Emacs, you can trash files by deleting them with (setq delete-by-moving-to-trash t). This package provides a simple but convenient user interface to manage those trashed files.

emacs-lacarte 0-1.79afc5d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/lacarte.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Execute menu items as commands, with completion
Description:

La Carte lets you execute menu-bar menu commands from the keyboard, with completion.

Use the keyboard to access any menu item, without knowing where it is or what its full name is. Type part of its name and use completion to get the rest: the complete path and item name. When you choose a menu-item candidate, the corresponding command is executed.

emacs-uuidgen 20220405.1345
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 3
Build system: emacs
Synopsis: Provides various UUID generating functions
Description:

This is a naive implementation of RFC4122 Universally Unique IDentifier generation in elisp. Currently implemented are UUID v1 v3, v4 and v5 generation. The resolution of the time based UUID is microseconds, which is 10 times of the suggested 100-nanosecond resolution, but should be enough for general usage. Get development version from git: git clone git://github.com/kanru/uuidgen-el.git

emacs-promise 1.1-1.cec51fe
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/chuntaro/emacs-promise
Licenses: GPL 3+
Build system: emacs
Synopsis: Promises/A+ for Emacs
Description:

This is a simple implementation of Promises/A+.

This implementation ports the following Promises/A+ features faithfully. See https://github.com/then/promise.

The same API as the JavaScript version of Promise can be used. It has all the then, catch, resolve, reject, all, race, etc. It also supports thenable, inheritance of promise and rejection tracking.

emacs-helm-mu 20180513-1.77e6fea
Propagated dependencies: emacs-helm@4.0.6 mu@1.12.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-mu
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm sources for searching emails and contacts
Description:

Helm sources for searching emails and contacts using mu and mu4e. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for Emacs build on top of mu. Mu is highly efficient making it possible to get instant results even for huge maildirs. It also provides search operators, e.g: from:Peter to:Anne flag:attach search term.

emacs-es-mode 4.3.0
Propagated dependencies: emacs-dash@2.20.0 emacs-org@9.7.39 emacs-spark@20160503-1.0bf148c
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dakrone/es-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing Elasticsearch queries
Description:

es-mode includes highlighting, completion and indentation support for Elasticsearch queries. Also supported are es-mode blocks in org-mode, for which the results of queries can be processed through jq, or in the case of aggregations, can be rendered in to a table. In addition, there is an es-command-center mode, which displays information about Elasticsearch clusters.

Total results: 8517