_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-topsy 20230414.1738
Channel: tassos-guix
Location: tassos-guix/packages/emacs-xyz.scm (tassos-guix packages emacs-xyz)
Home page: https://github.com/alphapapa/topsy.el
Licenses:
Synopsis: Simple sticky header
Description:

This library shows a sticky header at the top of the window. The header shows which definition the top line of the window is within. Intended as a simple alternative to `semantic-stickyfunc-mode`. Mode-specific functions may be added to `topsy-mode-functions'. NOTE: For Org mode buffers, please use org-sticky-header: <https://github.com/alphapapa/org-sticky-header>.

emacs-iter2 2.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/doublep/iter2
Licenses: GPL 3+
Synopsis: Reimplementation of Elisp generators
Description:

iter2 is a fully compatible reimplementation of built-in generator package. It provides iter2-defun and iter2-lambda forms that can be used in place of iter-defun and iter-lambda. All other functions and macros (e.g. iter-yield, iter-next) are intentionally not duplicated: just use the ones from the original package.

emacs-queue 0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.dr-qubit.org/emacs_data-structures.html
Licenses: GPL 3+
Synopsis: Queue data structure for Emacs
Description:

This Emacs library provides queue data structure. These queues can be used both as a first-in last-out (FILO) and as a first-in first-out (FIFO) stack, i.e. elements can be added to the front or back of the queue, and can be removed from the front. This type of data structure is sometimes called an "output-restricted deque".

emacs-moody 1.1.2
Propagated dependencies: emacs-compat@30.0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tarsius/moody
Licenses: GPL 3+
Synopsis: Tabs and ribbons for Emacs mode-line
Description:

emacs-moody provides utilities for displaying elements of the mode line as tabs and ribbons. It also provides replacements for a few built-in elements. The biggest difference to similar packages is that this one is much simpler and much more consistent. When using this package, then only the color of the mode line changes when a window becomes in-/active.

emacs-lispy 0.27.0-3.df1b7e6
Propagated dependencies: emacs-ace-window@0.10.0 emacs-hydra@0.15.0 emacs-iedit@0.9.9.9.9 emacs-swiper@0.15.0 emacs-zoutline@0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/lispy
Licenses: GPL 3+
Synopsis: Modal S-expression editing
Description:

Due to the structure of Lisp syntax it's very rare for the programmer to want to insert characters right before "(" or right after ")". Thus unprefixed printable characters can be used to call commands when the point is at one of these special locations. Lispy provides unprefixed keybindings for S-expression editing when point is at the beginning or end of an S-expression.

emacs-setup 1.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~pkal/setup
Licenses: GPL 3+
Synopsis: Helpful configuration macro
Description:

The setup macro simplifies repetitive configuration patterns, by providing context-sensitive local macros in setup bodies. These macros can be mixed with regular elisp code without any issues, allowing for flexible and terse configurations. The list of local macros can be extended by the user via setup-define. A list of currently known local macros are documented in the docstring for setup.

emacs-envrc 0.12
Dependencies: direnv@2.35.0
Propagated dependencies: emacs-inheritenv@0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/envrc
Licenses: GPL 3+
Synopsis: Support for Direnv which operates buffer-locally
Description:

This is library which uses Direnv to set environment variables on a per-buffer basis. This means that when you work across multiple projects which have .envrc files, all processes launched from the buffers ``in'' those projects will be executed with the environment variables specified in those files. This allows different versions of linters and other tools to be used in each project if desired.

emacs-iedit 0.9.9.9.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/Iedit
Licenses: GPL 3+
Synopsis: Edit multiple regions in the same way simultaneously
Description:

This package is an Emacs minor mode and allows you to edit one occurrence of some text in a buffer (possibly narrowed) or region, and simultaneously have other occurrences edited in the same way.

You can also use Iedit mode as a quick way to temporarily show only the buffer lines that match the current text being edited. This gives you the effect of a temporary keep-lines or occur.

emacs-eldev 1.11.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-eldev/eldev/
Licenses: GPL 3+
Synopsis: Emacs-based build tool for Elisp
Description:

Eldev (Elisp Development Tool) is an Emacs-based build tool, targeted solely at Elisp projects. It is an alternative to Cask. Unlike Cask, Eldev itself is fully written in Elisp and its configuration files are also Elisp programs. For those familiar with the Java world, Cask can be seen as a parallel to Maven — it uses project description, while Eldev is sort of a parallel to Gradle — its configuration is a program on its own.

emacs-djvu3 1.0-0.37b675b
Propagated dependencies: emacs-djvu@1.1.2 emacs-tablist@1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dalanicolai/djvu3
Licenses: GPL 3+
Synopsis: Extend djvu.el to display annotations and more
Description:

This package extends emacs-djvu with annotation rendering features and a fast occur search feature using svg.el.

Other features include:

  • clickable links

  • marker extension to svg.el for providing arrowheads (or other types of markers)

  • a quite fancy keyboard annotation function

  • an imenu index function to enable imenu navigation

  • document restore function to open the document at the last location of the previous session

emacs-citar 1.4.0
Propagated dependencies: emacs-auctex@14.0.9 emacs-citeproc-el@0.9.4 emacs-embark@1.1 emacs-org@9.7.25 emacs-parsebib@6.6 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bdarcus/citar
Licenses: GPL 3+
Synopsis: Emacs package to quickly find and act on bibliographic entries
Description:

This package provides a completing-read front-end to browse and act on BibTeX, BibLaTeX, and CSL JSON bibliographic data, and LaTeX, markdown, and Org cite editing support.

When used with Vertico (or Selectrum), Embark, and Marginalia, it provides similar functionality to helm-bibtex and ivy-bibtex: quick filtering and selecting of bibliographic entries from the minibuffer, and the option to run different commands against them.

With Embark, it also makes available at-point actions in Org citations.

emacs-cider 1.17.1
Propagated dependencies: emacs-clojure-mode@5.19.0 emacs-parseedn@1.2.1 emacs-pkg-info@0.6 emacs-queue@0.2 emacs-sesman@0.3.4 emacs-spinner@1.7.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://cider.mx/
Licenses: GPL 3+
Synopsis: Clojure development environment for Emacs
Description:

CIDER (Clojure Interactive Development Environment that Rocks) aims to provide an interactive development experience similar to the one you'd get when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with Geiser) and Smalltalk.

CIDER is the successor to the now deprecated combination of using SLIME + swank-clojure for Clojure development.

There are plenty of differences between CIDER and SLIME, but the core ideas are pretty much the same (and SLIME served as the principle inspiration for CIDER).

emacs-lucid 30.1
Dependencies: libxaw@1.0.16 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 libgccjit@11.4.0 mailutils@3.18 acl@2.3.1 alsa-lib@1.2.11 elogind@252.9 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 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
Channel: divya-lambda
Location: divya-lambda/emacs.scm (divya-lambda emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Synopsis: The extensible, customizable, self-documenting text editor (with Lucid toolkit)
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-motif 30.1
Dependencies: inotify-tools@3.22.6.0 motif@2.3.8-0.59858b0 cairo@1.18.2 dbus@1.15.8 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 libgccjit@11.4.0 mailutils@3.18 acl@2.3.1 alsa-lib@1.2.11 elogind@252.9 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 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
Channel: divya-lambda
Location: divya-lambda/emacs.scm (divya-lambda emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Synopsis: The extensible, customizable, self-documenting text editor (with Motif toolkit)
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-lucid 29.4
Dependencies: libxaw@1.0.16 cairo@1.18.2 dbus@1.15.8 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 libgccjit@11.4.0 mailutils@3.18 acl@2.3.1 alsa-lib@1.2.11 elogind@252.9 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 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
Channel: guix
Location: gnu/packages/emacs.scm (gnu packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Synopsis: The extensible, customizable, self-documenting text editor (with Lucid toolkit)
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-motif 29.4
Dependencies: inotify-tools@3.22.6.0 motif@2.3.8-0.59858b0 cairo@1.18.2 dbus@1.15.8 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 libgccjit@11.4.0 mailutils@3.18 acl@2.3.1 alsa-lib@1.2.11 elogind@252.9 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 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
Channel: guix
Location: gnu/packages/emacs.scm (gnu packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Synopsis: The extensible, customizable, self-documenting text editor (with Motif toolkit)
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-hsluv 20181127.1206
Propagated dependencies: emacs-seq@2.24
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hsluv/hsluv-emacs
Licenses: Expat
Synopsis: HSLuv color space conversions
Description:

This package provides an elisp implementation of the HSLUV colorspace conversions documented on http://www.hsluv.org/. HSLuv is a human-friendly alternative to HSL. CIELUV is a color space designed for perceptual uniformity based on human experiments. When accessed by polar coordinates, it becomes functionally similar to HSL with a single problem: its chroma component doesn't fit into a specific range. HSLuv extends CIELUV with a new saturation component that allows you to span all the available chroma as a neat percentage.

emacs-eldoc 1.15.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/eldoc.html
Licenses: GPL 3+
Synopsis: Show function arglist or variable docstring in echo area
Description:

This program was inspired by the behavior of the ``mouse documentation window'' on many Lisp Machine systems; as you type a function's symbol name as part of a sexp, it will print the argument list for that function. Behavior is not identical; for example, you need not actually type the function name, you need only move point around in a sexp that calls it. Also, if point is over a documented variable, it will print the one-line documentation for that variable instead, to remind you of that variable's meaning.

emacs-hydra 0.15.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/hydra
Licenses: GPL 3+
Synopsis: Make Emacs bindings that stick around
Description:

This package can be used to tie related commands into a family of short bindings with a common prefix---a Hydra. Once you summon the Hydra (through the prefixed binding), all the heads can be called in succession with only a short extension. Any binding that isn't the Hydra's head vanquishes the Hydra. Note that the final binding, besides vanquishing the Hydra, will still serve its original purpose, calling the command assigned to it. This makes the Hydra very seamless; it's like a minor mode that disables itself automatically.

emacs-eenime 0.1.1-7.1677bcc
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/eenime
Licenses: GPL 3+
Synopsis: Browse and play anime
#<unspecified>
emacs-pacman 0.1-5.1ab633a
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/pacman.el
Licenses: GPL 3+
Synopsis: Interface to pacman
#<unspecified>
emacs-debase 0.7-0.dccea8a
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/debase
Licenses: GPL 3+
Synopsis: D-Bus convenience layer for Emacs
Description:
emacs-sdcwoc 0.0.1-0.6d620d8
Dependencies: sdcv@0.5.5
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/xFA25E/sdcwoc
Licenses: GPL 3+
Synopsis: Sdcv interface
Description:
emacs-vc-got 1.0-0.f5d317b
Propagated dependencies: got-rrr@0.49-0.36536ee
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/omar-polo/vc-got
Licenses: GPL 3+
Synopsis: Emacs VC back-end for the GOT version control system
#<unspecified>
Total results: 2206