_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-flycheck-grammalecte 2.4
Dependencies: grammalecte@2.1.1 python@3.11.11
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).

emacs-find-file-in-project 6.2.2
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-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.2
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-editorconfig-generate 20190513.433
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/10sr/editorconfig-generate-el
Licenses:
Synopsis: Generate .editorconfig
Description:

Documentation at https://melpa.org/#/editorconfig-generate

emacs-hyperstitional-themes 20250303.1837
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/precompute/hyperstitional-themes
Licenses:
Synopsis: Weird themes with incremental palettes
Description:

Documentation at https://melpa.org/#/hyperstitional-themes

emacs-nameframe-perspective 20221023.957
Propagated dependencies: emacs-nameframe@20221023.957 emacs-perspective@20250523.1316
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/john2x/nameframe
Licenses:
Synopsis: Nameframe integration with perspective.el
Description:

Documentation at https://melpa.org/#/nameframe-perspective

emacs-highlight-parentheses 20240408.1126
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://sr.ht/~tsdh/highlight-parentheses.el/
Licenses:
Synopsis: Highlight surrounding parentheses
Description:

Documentation at https://melpa.org/#/highlight-parentheses

emacs-nand2tetris-assembler 20171201.1813
Propagated dependencies: emacs-nand2tetris@20171201.1813
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.github.com/CestDiego/nand2tetris-assembler.el/
Licenses:
Synopsis: Assembler For the Nand2tetris Course
Description:

Documentation at https://melpa.org/#/nand2tetris-assembler

emacs-highlight-indentation 20210221.1418
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/antonj/Highlight-Indentation-for-Emacs
Licenses:
Synopsis: Minor modes for highlighting indentation
Description:

Documentation at https://melpa.org/#/highlight-indentation

emacs-suomalainen-kalenteri 20250103.1003
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tlikonen/suomalainen-kalenteri
Licenses:
Synopsis: Finnish national and Christian holidays for calendar
Description:

Documentation at https://melpa.org/#/suomalainen-kalenteri

emacs-projectile-codesearch 20180508.1522
Propagated dependencies: emacs-codesearch@20240828.618 emacs-projectile@20250527.446
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/abingham/emacs-codesearch
Licenses:
Synopsis: Integration of codesearch into projectile
Description:

Documentation at https://melpa.org/#/projectile-codesearch

emacs-flycheck-languagetool 20250407.21
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-languagetool/flycheck-languagetool
Licenses:
Synopsis: Flycheck support for LanguageTool
Description:

Documentation at https://melpa.org/#/flycheck-languagetool

emacs-flycheck-gometalinter 20180424.941
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/favadi/flycheck-gometalinter
Licenses:
Synopsis: flycheck checker for gometalinter
Description:

Documentation at https://melpa.org/#/flycheck-gometalinter

emacs-private-comments-mode 20240926.1557
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/masukomi/private-comments-mode
Licenses:
Synopsis: Minor mode for masukomi/private_comments
Description:

Documentation at https://melpa.org/#/private-comments-mode

emacs-hydandata-light-theme 20190809.1925
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/chkhd/hydandata-light-theme
Licenses:
Synopsis: A light color theme that is easy on your eyes
Description:

Documentation at https://melpa.org/#/hydandata-light-theme

emacs-casual-symbol-overlay 20241021.2358
Propagated dependencies: emacs-casual@20250605.340 emacs-symbol-overlay@20240913.1624
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kickingvegas/casual-symbol-overlay
Licenses:
Synopsis: Transient UI for Symbol Overlay
Description:

Documentation at https://melpa.org/#/casual-symbol-overlay

emacs-flycheck-php-noverify 20211005.401
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Junker/flycheck-php-noverify
Licenses:
Synopsis: Flycheck checker for PHP Noverify linter
Description:

Documentation at https://melpa.org/#/flycheck-php-noverify

Total results: 8163