_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-seq 2.24
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/seq.html
Licenses: GPL 3+
Synopsis: Sequence manipulation functions
Description:

This Emacs package provides sequence manipulation functions that complement basic functions provided by subr.el. All its functions are prefixed with seq- and work on lists, strings, and vectors.

emacs-epl 0.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cask/epl
Licenses: GPL 3+
Synopsis: Emacs Package Library
Description:

A package management library for Emacs, based on package.el.

The purpose of this library is to wrap all the quirks and hassle of package.el into a sane API.

emacs-cov 0.1.0-0.cd3e199
Propagated dependencies: emacs-elquery@1.1.0 emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/AdamNiederer/cov/
Licenses: GPL 3+
Synopsis: Emacs extension for displaying coverage data
Description:

Cov shows code coverage data for your program in Emacs. It supports currently gcov, lcov, coverage.py, and clover output, as well as the Coveralls format produced by Undercover.

emacs-ess 25.01.0
Dependencies: emacs-minimal@30.1 r-minimal@4.5.0
Propagated dependencies: emacs-julia-mode@1.0.2-0.7fc071e
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://ess.r-project.org/
Licenses: GPL 3+
Synopsis: Emacs mode for statistical analysis programs
Description:

Emacs Speaks Statistics (ESS) is an add-on package for GNU Emacs. It is designed to support editing of scripts and interaction with various statistical analysis programs such as R, Julia, and JAGS.

emacs-llm 0.24.2
Propagated dependencies: emacs-plz@0.9.1 emacs-plz-event-source@0.1.2 emacs-plz-media-type@0.2.4
Channel: little-guix-channel
Location: rodion/packages/emacs.scm (rodion packages emacs)
Home page: https://github.com/ahyatt/llm
Licenses: GPL 3+
Synopsis: Emacs library abstracting Large Language Model capabilities
Description:

This package provides interfaces to abstract various LLMs out in the world. To respect user freedom, it will warn you before interacting with non-free LLMs.

emacs-try 0.0.1-0.8831ded
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/larstvei/try
Licenses: GPL 3+
Synopsis: Try out Emacs packages.
Description:

Try is a package that allows you to try out Emacs packages without installing them. If you pass a URL to a plain text `.el`-file it evaluates the content, without storing the file.

emacs-ezf 0.1.0-0.038513f
Propagated dependencies: emacs-helm@4.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mickeynp/ezf
Licenses: GPL 3+
Synopsis: Emacs Fuzzy Finder
Description:

Emacs Fuzzy Finder is like fzf, but it leverages the power of your Emacs instance to filter and select candidates. Use ezf as part of piping and command substitutions to manually select and filter matches.

emacs-aio 1.0-0.289c1e9
Propagated dependencies: emacs-elfeed@3.4.2 emacs-skewer-mode@1.8.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/skeeto/emacs-aio
Licenses: Unlicense
Synopsis: Async/Await for Emacs Lisp
Description:

aio is to Emacs Lisp as asyncio is to Python. This package builds upon Emacs generators to provide functions that pause while they wait on asynchronous events. They do not block any thread while paused.

emacs-shx 1.5.0-1.b99d16f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/riscy/shx-for-emacs
Licenses: GPL 3+
Synopsis: Extras for the Comint mode shell
Description:

This package extends Comint mode: it parses markup in the output stream, enabling plots and graphics to be embedded, and adds command-line functions which plug into Emacs (e.g., use :e <filename> to edit a file).

emacs-ffi 0.2.1
Dependencies: emacs-compat@30.0.2.0 libltdl@2.4.7 libffi@3.4.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://emacs-ffi.github.io/emacs-ffi/
Licenses: GPL 3+
Synopsis: FFI for Emacs based on libffi
Description:

This package provides an FFI for Emacs. It is based on libffi and relies on the dynamic module support in order to be loaded into Emacs. It is relatively full-featured, but for the time being low-level.

emacs-epc 0.1.1-1.e1bfa5c
Propagated dependencies: emacs-deferred@0.5.1 emacs-ctable@0.1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kiwanami/emacs-epc
Licenses: GPL 3+
Synopsis: RPC stack for Emacs Lisp
Description:

This program is an asynchronous RPC stack for Emacs. Using this RPC stack, Emacs can communicate with the peer process smoothly. Because the protocol employs S-expression encoding and consists of asynchronous communications, the RPC response is fairly good.

emacs-csv 2.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/u11/csv.el
Licenses: GPL 3+
Synopsis: Elisp functions for reading and parsing CSV files
Description:

csv.el provides functions for reading and parsing CSV files. It follows the format as defined in RFC 4180 Common Format and MIME Type for CSV Files (http://tools.ietf.org/html/rfc4180).

emacs-lin 1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://protesilaos.com/emacs/lin
Licenses: GPL 3+ FDL 1.3+
Synopsis: Make Hl Line mode more suitable for selection UIs
Description:

Lin is a stylistic enhancement for Emacs’ built-in Hl Line mode. It remaps the hl-line face (or equivalent) buffer-locally to a style that is optimal for major modes where line selection is the primary mode of interaction.

emacs-dvc 0.0.0-1.591
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://xsteve.at/prg/emacs_dvc/index.html
Licenses: GPL 2+
Synopsis: Emacs front-end for various distributed version control systems
Description:

DVC is a legacy Emacs front-end for a number of distributed version control systems. It currently supports GNU Arch, GNU Bazaar, git, Mercurial, and Monotone. It also provides some integration with Gnus, e.g., for applying patches received by email.

emacs-srv 0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/legoscia/srv.el
Licenses: GPL 2+
Synopsis: Emacs Lisp library to perform SRV DNS requests
Description:

SRV implements RFC 2782 (SRV records). It is used to look up hostname and port for a service at a specific domain. There might be multiple results, and the caller is supposed to attempt to connect to each hostname+port in turn.

emacs-lin 0.3.0
Channel: guixrus
Location: guixrus/packages/emacs.scm (guixrus packages emacs)
Home page: https://protesilaos.com/emacs/lin
Licenses: GPL 3+
Synopsis: Lin is a stylistic enhancement for Emacs’ built-in hl-line-mode
Description:

emacs-lin is a stylistic enhancement for Emacs’ built-in hl-line-mode. It remaps the hl-line face (or equivalent) buffer-locally to a style that is optimal for major modes where line selection is the primary mode of interaction.

emacs-lpy 0.1.0-6.fa95b11
Propagated dependencies: emacs-function-args@0.6.0-0.beba049 emacs-lispy@0.27.0-3.df1b7e6 emacs-zoutline@0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/lpy
Licenses: GPL 3+
Synopsis: Modal editing for Python
Description:

This package provides a minor mode for Python that binds useful commands to unprefixed keys, such as j or e, under certain circumstances, and leaves the keys untouched outside of those situations, allowing unprefixed keys to insert their respective characters as expected.

emacs-amx 3.4
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/DarwinAwardWinner/amx
Licenses: GPL 3+
Synopsis: Alternative M-x interface for Emacs
Description:

Amx is an alternative interface for M-x in Emacs. It provides several enhancements over the ordinary execute-extended-command, such as prioritizing your most-used commands in the completion list and showing keyboard shortcuts, and it supports several completion systems for selecting commands, such as Ido and Ivy.

emacs-flx 0.6.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lewang/flx
Licenses: GPL 3+
Synopsis: Fuzzy matching for Emacs
Description:

Flx provides fuzzy matching for emacs a la sublime text. The sorting algorithm is a balance between word beginnings (abbreviation) and contiguous matches (substring). The longer the substring match, the higher it scores. This maps well to how we think about matching. Flx has support for ido (interactively do things) through flx-ido.

emacs-age 0.1.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/anticomputer/age.el
Licenses: GPL 3+
Synopsis: Age Encryption support for Emacs
Description:

This package provides transparent Age file encryption and decryption in Emacs. It is based on the Emacs EasyPG code and offers similar Emacs file handling for Age encrypted files: maintain .org.age encrypted Org files, provide Age encrypted authentication information out of .authinfo.age, open/edit/save Age encrypted files via Tramp...

emacs-mct 1.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://protesilaos.com/emacs/mct
Licenses: GPL 3+ FDL 1.3+
Synopsis: Enhancement of the default Emacs minibuffer completion UI
Description:

Minibuffer and Completions in Tandem, also known as MCT, or mct.el, is an Emacs package that enhances the default minibuffer and *Completions* buffer so that they work together as part of a unified framework. The idea is to make the presentation and overall functionality be consistent with other popular, vertically aligned completion UIs while leveraging built-in functionality.

emacs-ivy 0.15.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/swiper
Licenses: GPL 3+
Synopsis: Incremental vertical completion for Emacs
Description:

This package provides ivy-read as an alternative to completing-read and similar functions. No attempt is made to determine the best candidate. Instead, the user can navigate candidates with ivy-next-line and ivy-previous-line. The matching is done by splitting the input text by spaces and re-building it into a regular expression.

emacs-ein 20230826
Propagated dependencies: emacs-anaphora@1.0.4 emacs-dash@2.20.0 emacs-deferred@0.5.1 emacs-polymode@0.2.2 emacs-request@0.3.2-1.3336eaa emacs-websocket@1.15 emacs-with-editor@3.4.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/millejoh/emacs-ipython-notebook
Licenses: GPL 3+
Synopsis: Jupyter client for all languages
Description:

The Emacs IPython Notebook (EIN) package provides a Jupyter Notebook client and integrated REPL (like SLIME) in Emacs. EIN improves notebook editing by allowing you to use Emacs. It also expose IPython features such as code evaluation, object inspection and code completion. These features can be accessed anywhere in Emacs and improve Python code editing and reading in general in Emacs.

emacs-pde 0.2.17
Dependencies: findutils@4.9.0 perl@5.36.0 perl-critic@1.140
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://metacpan.org/release/Emacs-PDE
Licenses: GPL 1+
Synopsis: Perl Development Environment for Emacs
Description:

Emacs::PDE is a collection of Emacs Lisp extensions to facilitate Perl programming. CPerl Mode has provided an excellent environment for coding; Emacs::PDE provides other common tools such as creating files using templates, smart compiling, perldoc, perltidy, debugger, tags tree view and so on. PDE also provides an easy configuration for Perl programming, and a tutorial for novices to start using Emacs.

Total results: 8202