_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-org-fancy-priorities 1.1-1.819bb99
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/harrybournis/org-fancy-priorities
Licenses: Expat
Synopsis: Display org priorities as custom strings
Description:

This package provides a minor mode that displays Org priorities as custom strings. This mode does not change your files in any way, it only displays the priority part of a heading as your preferred string value.

emacs-auto-dictionary-mode 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://nschum.de/src/emacs/auto-dictionary/
Licenses: GPL 2+
Synopsis: Automatic dictionary switcher for Emacs spell checking
Description:

auto-dictionary is a minor mode that hooks into Flyspell's on-the-fly spell checking and extends these checks to also detect language. Auto-dictionary then sets ispell-dictionary to use the detected language.

emacs-find-file-in-project 6.2.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/technomancy/find-file-in-project
Licenses: GPL 3+
Synopsis: File/directory finder for Emacs
Description:

find-file-in-project finds files or directories quickly in the current project. The project root is detected automatically when Git, Subversion or Mercurial are used. It also provides functions to assist in reviewing changes on files.

emacs-git-auto-commit-mode 4.7.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ryuslash/git-auto-commit-mode
Licenses: GPL 3+
Synopsis: Emacs Minor mode to automatically commit and push
Description:

git-auto-commit-mode is an Emacs minor mode that tries to commit changes to a file after every save.

When gac-automatically-push-p is non-nil, it also tries to push to the current upstream.

emacs-ido-completing-read+ 4.14
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/ido-ubiquitous
Licenses: GPL 3+
Synopsis: Replacement for completing-read using ido
Description:

The ido-completing-read+ function is a wrapper for ido-completing-read. Importantly, it detects edge cases that ordinary ido cannot handle and either adjusts them so ido can handle them, or else simply falls back to the standard Emacs completion function instead.

emacs-bibtex-to-plain-text 0.0-0.2ee7f3d
Channel: kbg
Location: kbg/packages/emacs-xyz.scm (kbg packages emacs-xyz)
Home page: https://github.com/kennyballou/bibtex-to-plain-text.el
Licenses: GPL 2
Synopsis: Tools for quickly creating plain text bibliographic references from BibTeX entries.
Description:

The initial purpose of this package was to enable easy conversion from BibTeX/LaTeX citations into a plain text format that can be easily pasted into other programs that are unfriendly to LaTeX (or for quickly sharing references with colleagues or friends through email, etc.).

emacs-ascii-art-to-unicode 1.13
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/ascii-art-to-unicode.html
Licenses: GPL 3+
Synopsis: ASCII to Unicode art converter for Emacs
Description:

This Emacs package provides the commands aa2u and aa2u-rectangle. Both of these commands can be used to convert simple ASCII art line drawings to Unicode; the former works on the active region of the buffer, while the latter works on rectangular selections.

emacs-helm-system-packages 1.10.2
Dependencies: recutils@1.9
Propagated dependencies: emacs-helm@4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-system-packages
Licenses: GPL 3+
Synopsis: Helm System Packages is an interface to your package manager
Description:

List all available packages in Helm (with installed packages displayed in their own respective face). Fuzzy-search, mark and execute the desired action over any selections of packages: Install, uninstall, display packages details (in Org Mode) or insert details at point, find files owned by packages... And much more, including performing all the above over the network.

emacs-with-simulated-input 3.0
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/with-simulated-input
Licenses: GPL 3+
Synopsis: Non-interactive testing Emacs library
Description:

This package provides an Emacs Lisp macro, with-simulated-input, which evaluates one or more forms while simulating a sequence of input events for those forms to read. The result is the same as if a user had evaluated the forms and then manually typed in the same input. This macro is useful for non-interactive testing of normally interactive commands and functions, such as completing-read.

emacs-exec-path-from-shell 2.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/exec-path-from-shell
Licenses: GPL 3+
Synopsis: Get environment variables such as @env{PATH} from the shell
Description:

This library allows the user to set Emacs exec-path and PATH from the shell's PATH, so that shell-command, compile and the like work as expected on systems on which Emacs is not guaranteed to inherit a login shell's environment variables. It also allows other environment variables to be retrieved from the shell, so that Emacs will see the same values you get in a terminal.

emacs-cascading-dir-locals 0.1-0.efdf5e6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/fritzgrabo/cascading-dir-locals
Licenses: GPL 3+
Synopsis: Apply all @file{.dir-locals.el} from root to current directory
Description:

This package provides a global minor mode that changes how Emacs handles the lookup of applicable dir-locals files (.dir-locals.el): instead of starting at the directory of the visited file and moving up the directory tree only until a first dir-locals file is found, collect and apply all (!) dir-locals files found from the current directory up to the root one.

Values specified in files nearer to the current directory take precedence over values in files farther away from it.

You might want to use this to globally set dir-local variables that apply to all of your projects, then override or add variables on a per-project basis.

emacs-nerd-icons-completion 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795 emacs-compat@30.0.1.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/nerd-icons-completion
Licenses: GPL 3
Synopsis: nerd-icons-completion - Use nerd-icons for completion
Description:

nerd-icons-completion - Use nerd-icons for completion

emacs-slime-repl-ansi-color 0.0.0-1.ad03263
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/deadtrickster/slime-repl-ansi-color
Licenses: GPL 2+
Synopsis: Color ANSI codes in the REPL of SLIME
Description:

Color ANSI codes in the REPL of SLIME

emacs-color-theme-solarized 0-0.f3ca890
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sellout/emacs-color-theme-solarized
Licenses: Expat
Synopsis: Solarized color scheme for Emacs
Description:

This package provides Emacs highlighting using Ethan Schoonover’s Solarized color scheme.

emacs-project-mode-line-tag 0.1-0.a8809cc
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/fritzgrabo/project-mode-line-tag
Licenses: GPL 3+
Synopsis: Display a buffer's project in its mode line
Description:

Display information about a buffer's project (a "project tag") in its mode line.

emacs-all-the-icons-ibuffer 1.3.0
Propagated dependencies: emacs-all-the-icons@5.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/seagle0128/all-the-icons-ibuffer
Licenses: GPL 3+
Synopsis: Display icons for all buffers in ibuffer
Description:

This package uses emacs-all-the-icons to display icons in Ibuffer buffers.

emacs-markdown-preview-mode 0.9.4
Propagated dependencies: emacs-markdown-mode@2.6 emacs-websocket@1.15 emacs-web-server@0.1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ancane/markdown-preview-mode
Licenses: GPL 3+
Synopsis: Preview Markdown files
Description:

This package provides a minor mode for preview of Markdown files, and sends rendered Markdown to a web browser.

emacs-fill-column-indicator 1.90
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/FillColumnIndicator
Licenses: GPL 3+
Synopsis: Graphically indicate the fill column
Description:

Fill-column-indicator graphically indicates the location of the fill column by drawing a thin line down the length of the editing window.

emacs-add-node-modules-path 1.3.1
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/codesuki/add-node-modules-path
Licenses: Expat
Synopsis: Add @file{node_modules} to the buffer-local @file{exec-path}
Description:

This package searches the parent directories of the current file for the project's node_modules/.bin/ directory, allowing Emacs to find project-specific installations of packages.

emacs-highlight-indentation 0.7.0-1.d03803f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/antonj/Highlight-Indentation-for-Emacs/
Licenses: GPL 2+
Synopsis: Highlighting indentation for Emacs
Description:

This package provides two minor modes to highlight indentation guides in Emacs:

  1. highlight-indentation-mode, which displays guidelines indentation (space indentation only).

  2. highlight-indentation-current-column-mode, which displays guidelines for the current-point indentation (space indentation only).

emacs-super-duper-yes-or-no 1.0.0-1.26eeb86
Channel: kakafarm
Location: kakafarm/packages/emacs-xyz.scm (kakafarm packages emacs-xyz)
Home page: https://codeberg.org/kakafarm/emacs-super-duper-yes-or-no
Licenses: GPL 3+
Synopsis: Replace yes-or-no-p with something even more demanding
Description:

Instead of replacing yes-or-no-p with y-or-n-p, replace it with something even more mentally demanding.

Currently implemented:

- super-duper-yes-or-no-words-p. - super-duper-yes-or-no-toggle-case-p. - super-duper-yes-or-no-arithmetic-problem-p.

Consult the README.org file or the Emacs help of these functions for more information.

emacs-elementaryx-early-init 2.0.0
Propagated dependencies: emacs@29.4
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-early-init
Licenses: CeCILL-C
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix. Early init.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix. Early init.

emacs-elementaryx-as-default 2.0.0
Propagated dependencies: emacs-elementaryx@2.0.0
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-default
Licenses: CeCILL-C
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix Add a default.el starup file.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix Add a default.el startup file.

emacs-elementaryx-ox-publish 2.0.0
Propagated dependencies: emacs-elementaryx-ox@2.0.0
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-ox-publish
Licenses: CeCILL-C
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix org-mode publish (ox-publish) setup.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix org-mode publish (ox-publish) setup.

Total results: 2152