_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-desktop-environment 0.5.0-0.bc1153a
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.petton.fr/DamienCassou/desktop-environment
Licenses: GPL 3+
Synopsis: Control your GNU/Linux desktop environment from Emacs
Description:

This package helps you control your GNU/Linux desktop from Emacs. With desktop-environment, you can control the brightness and volume as well as take screenshots and lock your screen. The package depends on the availability of shell commands to do the hard work for us. These commands can be changed by customizing the appropriate variables.

emacs-master-no-x-toolkit 31.0.50-1735820952.1bc8412
Dependencies: inotify-tools@3.22.6.0 cairo@1.18.0 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.7 libxft@2.3.8 libxpm@3.5.17 pango@1.50.14 poppler@22.09.0 gnutls@3.8.3 ld-wrapper@0 binutils@2.41 glibc@2.39 libgccjit@11.4.0 mailutils@3.17 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.1 libselinux@3.4 libsm@1.2.3 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 (without X 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-master-no-x-toolkit 31.0.50-1729364470.43d5b7a
Dependencies: inotify-tools@3.22.6.0 cairo@1.18.0 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.7 libxft@2.3.8 libxpm@3.5.17 pango@1.50.14 poppler@22.09.0 gnutls@3.8.3 ld-wrapper@0 binutils@2.41 glibc@2.39 libgccjit@11.4.0 mailutils@3.17 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.1 libselinux@3.4 libsm@1.2.3 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: emacs-master
Location: emacs-master.scm (emacs-master)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Synopsis: The extensible, customizable, self-documenting text editor (without X 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-web-completion-data 20160318.848
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/osv/web-completion-data
Licenses: GPL 3+
Synopsis: Shared completion data for ac-html and company-web
Description:

This is just dependency for ac-html, company-web `web-completion-data-sources is pair list of framework-name and directory of completion data This package provide default "html" completion data. Completion data directory structure: html-attributes-complete - attribute completion html-attributes-list - attributes of tags-add-tables html-attributes-short-docs - attributes documantation html-tag-short-docs - tags documantation If you decide extend with own completion data, let say "Bootstrap" data: (unless (assoc "Bootstrap" web-completion-data-sources) (setq web-completion-data-sources (cons (cons "Bootstrap" "/path/to/complete/data") web-completion-data-sources)))

emacs-external-completion 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/external-completion.html
Licenses: GPL 3+
Synopsis: Let external tools control Emacs completion style
Description:

The external completion style is used with a ``programmable completion'' table that gathers completions from an external tool such as a shell utility, an inferior process, an HTTP server. The table and external tool are fully in control of the matching of the pattern string to the potential candidates of completion. When external is in use, the usual styles configured by the user or other in completion-styles are ignored. This compromise is for speed: all other styles need the full data set to be available in Emacs addressing space, which is often slow if not completely unfeasible.

emacs-elementaryx-treemacs 2.0.0
Propagated dependencies: emacs-cfrs@1.6.0 emacs-treemacs-extra-2024@3.1-2024
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-treemacs
Licenses: CeCILL-C
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix. Setup for treemacs.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix. Setup for treemacs.

rust-emacs-org-link-parser 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/lily-mosquitoes/emacs-org-link-parser
Licenses: GPL 3+
Synopsis: Library for parsing Emacs Org-mode hyperlinks from a string
Description:

Library for parsing Emacs Org-mode hyperlinks from a string.

emacs-elisp-docstring-mode 0.0.1-1.f512e50
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fuco1/elisp-docstring-mode
Licenses: GPL 3+
Synopsis: Major mode for editing Emacs Lisp docstrings
Description:

This package provides font lock and automatic escaping and unescaping of quotes.

emacs-weyland-yutani-theme 0.1-0.e89a63a
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jstaursky/weyland-yutani-theme
Licenses: GPL 3+
Synopsis: Emacs theme based on the Alien movie franchise
Description:

Weyland Yutani is a dark Emacs theme based on the Alien movie franchise.

emacs-git-gutter-transient 0.1.0
Dependencies: emacs-magit@4.1.3
Propagated dependencies: emacs-git-gutter@0.93
Channel: rde
Location: rde/packages/emacs-xyz.scm (rde packages emacs-xyz)
Home page: https://sr.ht/~abcdw/git-gutter-transient
Licenses: GPL 3+
Synopsis: Navigate, stage and revert hunks with ease
Description:

This package provides transient interface for git-gutter function to manipulate and navigate hunks.

emacs-janpath-evil-numbers 0.7
Propagated dependencies: emacs-evil@1.15.0-0.008a6cd
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/juliapath/evil-numbers
Licenses: GPL 3+
Synopsis: Increment and decrement numeric literals
Description:

This package provides functionality to search for a number up to the end of a line and increment or decrement it.

emacs-helm-fish-completion 0.6
Propagated dependencies: emacs-helm@4.0 emacs-fish-completion@1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-fish-completion
Licenses: GPL 3+
Synopsis: Helm interface for Emacs fish-completion
Description:

Helm Fish Completion is a Helm interface for Emacs fish-completion. It can be used in both Eshell and M-x shell.

emacs-sly-named-readtables 0.1-1.a5a4267
Propagated dependencies: 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-named-readtables
Licenses: GPL 3+
Synopsis: Named-readtables support for SLY
Description:

sly-named-readtables is an external contrib for SLY that enables different readtables to be active in different parts of the same file.

emacs-lisp-extra-font-lock 0.0.6-1.4605ecc
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Lindydancer/lisp-extra-font-lock
Licenses: GPL 3+
Synopsis: Highlight bound variables and quoted expressions in Emacs
Description:

This package highlight the location where local variables is created (bound, for example, by let) as well as quoted and backquoted constant expressions.

emacs-emms-mode-line-cycle 0.2.5
Propagated dependencies: emacs-emms@20.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/momomo5717/emms-mode-line-cycle
Licenses: GPL 3+
Synopsis: Display the EMMS mode line as a ticker
Description:

This is a minor mode for updating the EMMS mode-line string cyclically within a specified width. It is useful for displaying long track titles.

emacs-sly-package-inferred 0.1-1.800e71e
Propagated dependencies: emacs-sly@1.0.43-9.9c43bf6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/40ants/sly-package-inferred
Licenses: GPL 3+
Synopsis: Improved package inferred systems support for SLY
Description:

sly-package-inferred is an external contrib for SLY that replaces its completion with a function which is better suited for systems using package inferred style.

emacs-engine-mode-autoload 2.2.4
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/hrs/engine-mode
Licenses: GPL 3+
Synopsis: Minor mode for defining and querying search engines
Description:

Engine mode is a global minor mode for Emacs. It enables you to easily define search engines, bind them to keybindings, and query them from the comfort of your editor.

emacs-eshell-prompt-extras 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/zwild/eshell-prompt-extras
Licenses: GPL 3+
Synopsis: Display extra information and color for your Eshell prompt
Description:

This library displays various customizable elements for eshell prompts: remote user, remote host, python virtual environment info, git branch, git dirty info and git unpushed number. Multiple themes are available.

emacs-lsp-mode-with-plists 9.0.0
Propagated dependencies: emacs-dash@2.19.1 emacs-f@0.21.0 emacs-ht@2.3 emacs-hydra@0.15.0 emacs-markdown-mode@2.6 emacs-spinner@1.7.4
Channel: trevdev
Location: trevdev/packages/emacs-xyz.scm (trevdev packages emacs-xyz)
Home page: https://emacs-lsp.github.io/lsp-mode/
Licenses: GPL 3+
Synopsis: Emacs client and library for the Language Server Protocol
Description:

LSP mode is a client and library implementation for the Language Server Protocol. This mode creates an IDE-like experience by providing optional integration with other popular Emacs packages like Company, Flycheck, and Projectile.

emacs-flycheck-grammalecte 2.4
Dependencies: grammalecte@2.1.1 python@3.10.7
Propagated dependencies: emacs-flycheck@34.1 emacs-pkg-info@0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.umaneti.net/flycheck-grammalecte/
Licenses: GPL 3+
Synopsis: Integrate Grammalecte with Flycheck
Description:

Integrate the French grammar and typography checker Grammalecte with Flycheck to automatically look for mistakes in your writings. It also provides an easy way to find synonyms and antonyms for a given word (to avoid repetitions for example).

Total results: 2152