_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-helm-mode-manager 1.0.0
Propagated dependencies: emacs-helm@4.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/istib/helm-mode-manager/
Licenses: GPL 3+
Build system: emacs
Synopsis: Switch and toggle Emacs major and minor modes using Helm
Description:

This package provides a Helm interface for toggling Emacs major or minor mode.

  • helm-switch-major-mode list of all major modes

  • helm-enable-minor-mode list of all inactive minor modes

  • helm-disable-minor-mode list of all ACTIVE minor modes

Hitting RET enables the mode, C-z shows the mode documentation.

emacs-org-modern-indent 0.1.4
Propagated dependencies: emacs-org@9.7.39 emacs-compat@30.1.0.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/jdtsmith/org-modern-indent
Licenses: GPL 3+
Build system: emacs
Synopsis: modern block styling with org-indent
Description:

Modern block styling with org-indent.

org-modern provides a clean and efficient org style. The blocks (e.g. source, example) are particularly nicely decorated. But when org-indent is enabled, the block "bracket", which uses the fringe area, is disabled.

This small package approximately reproduces the block styling of org-modern when using org-indent. It can be used with or without org-modern. Recent versions support "bulk-indented" blocks nested within lists

emacs-semantic-refactor 0.5-1.6f2c97d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tuhdo/semantic-refactor
Licenses: GPL 3+
Build system: emacs
Synopsis: Refactoring tool for C/C++ and Lisp dialects
Description:

This package provides a refactoring tool based on the Emacs Semantic parser framework. For C and C++ it supports operations such as:

  1. Generating class implementations

  2. Generating function prototypes

  3. Converting functions to function pointers

  4. Moving semantic units

  5. etc...

For Lisp dialects like Clojure, ELisp, and Scheme, it supports operations such as:

  1. Formatting the whole buffer

  2. Converting sexpressions to one or multiple lines

  3. etc...

emacs-company-c-headers 20190825.1631
Propagated dependencies: emacs-company@1.0.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
Build system: emacs
Synopsis: Company mode backend for C/C++ header files
Description:

This library enables the completion of C/C++ header file names using Company. To initialize it, just add it to `company-backends': (add-to-list company-backends company-c-headers) When you type an #include declaration within a supported major mode (see `company-c-headers-modes'), company-c-headers will search for header files within predefined search paths. company-c-headers can search "system" and "user" paths, depending on the type of #include declaration you type. You will probably want to customize the `company-c-headers-path-user and `company-c-headers-path-system variables for your specific needs.

emacs-ai-code-interface 1.74
Propagated dependencies: emacs-transient@0.12.0 emacs-magit@4.5.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/tninja/ai-code-interface.el
Licenses: ASL 2.0
Build system: emacs
Synopsis: Unified Emacs interface supporting OpenAI Codex, GitHub Copilot CLI, Claude Code, Gemini CLI, Opencode, and more
Description:

An Emacs interface for AI-assisted software development. The purpose is to provide a uniform interface and experience for different AI backends, with context-aware AI coding actions, and integrating seamlessly with AI-driven agile development workflows.

Currently it supports these AI coding CLIs:

  1. OpenAI Codex

  2. GitHub Copilot CLI

  3. Gemini CLI

  4. Claude Code

  5. Opencode

  6. Grok CLI

  7. Cursor CLI

  8. Kiro CLI

  9. CodeBuddy Code CLI

  10. Aider CLI

It also supports external backend packages:

  1. ECA (Editor Code Assistant) (`ai-code-eca.el`)

  2. agent-shell (acp.el)

  3. claude-code-ide.el

  4. claude-code.el

emacs-tree-sitter-langs 0.12.22
Propagated dependencies: tree-sitter@0.25.3
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacs-tree-sitter/tree-sitter-langs
Licenses: Expat
Build system: emacs
Synopsis: Language bundle for Emacs's tree-sitter package
Description:

This is a convenient language bundle for the Emacs package tree-sitter. It serves as an interim distribution mechanism, until tree-sitter is widespread enough for language-specific major modes to incorporate its functionalities.

For each supported language, this package provides:

1. Pre-compiled grammar binaries for 3 major platforms: macOS, Linux and Windows, on x86_64. In the future, tree-sitter-langs may provide tooling for major modes to do this on their own. 2. An optional highlights.scm file that provides highlighting patterns. This is mainly intended for major modes that are not aware of tree-sitter. A language major mode that wants to use tree-sitter for syntax highlighting should instead provide the query patterns on its own, using the mechanisms defined by tree-sitter-hl. 3. Optional query patterns for other minor modes that provide high-level functionalities on top of tree-sitter, such as code folding, evil text objects… As with highlighting patterns, major modes that are directly aware of tree-sitter should provide the query patterns on their own.

emacs-haskell-emacs-base 20160904.2026
Propagated dependencies: emacs-haskell-emacs@20240205.2225
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/knupfer/haskell-emacs/modules/base
Licenses:
Build system: melpa
Synopsis: Haskell functions from Prelude
Description:

Documentation at https://melpa.org/#/haskell-emacs-base

emacs-haskell-emacs-text 20160904.2026
Propagated dependencies: emacs-haskell-emacs@20240205.2225
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/knupfer/haskell-emacs/modules/text
Licenses:
Build system: melpa
Synopsis: Haskell functions from Data.Text
Description:

Documentation at https://melpa.org/#/haskell-emacs-text

emacs-devicetree-ts-mode 0.3-3.3a4819f
Propagated dependencies: tree-sitter-devicetree@0.8.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/devicetree-ts-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: This is a major mode for editing DTS files
#<unspecified>
emacs-ts-query-highlight 0.1-1.fea63ef
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~meow_king/ts-query-highlight
Licenses: GPL 3+
Build system: emacs
Synopsis: Interactively highlight tree sitter queries
#<unspecified>
emacs-nerd-icons-ibuffer 1.0.0
Propagated dependencies: emacs-nerd-icons@0.1.0-2.d41902f
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/seagle0128/nerd-icons-ibuffer
Licenses: GPL 3
Build system: emacs
Synopsis: Display nerd icons in ibuffer
Description:

Display nerd icons in ibuffer

emacs-flycheck-hdevtools 20160926.702
Propagated dependencies: emacs-flycheck@20260604.2002 emacs-dash@20260221.1346
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/flycheck/flycheck-hdevtools
Licenses:
Build system: melpa
Synopsis: A flycheck checker for Haskell using hdevtools
Description:

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

emacs-ruby-interpolation 20131112.1652
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/leoc/ruby-interpolation.el
Licenses:
Build system: melpa
Synopsis: Ruby string interpolation helpers
Description:

Documentation at https://melpa.org/#/ruby-interpolation

emacs-contextual-menubar 20180205.709
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/aaronjensen/contextual-menubar
Licenses:
Build system: melpa
Synopsis: Display the menubar only on a graphical display
Description:

Documentation at https://melpa.org/#/contextual-menubar

emacs-consult-codesearch 20230315.1424
Propagated dependencies: emacs-consult@20260605.1907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/youngker/consult-codesearch
Licenses:
Build system: melpa
Synopsis: Consult interface for codesearch
Description:

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

emacs-gitignore-snippets 20201118.1551
Propagated dependencies: emacs-yasnippet@20250602.1342
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/sei40kr/gitignore-snippets
Licenses:
Build system: melpa
Synopsis: Gitignore.io templates for Yasnippet
Description:

Documentation at https://melpa.org/#/gitignore-snippets

emacs-yasnippet-snippets 20251215.1231
Propagated dependencies: emacs-yasnippet@20250602.1342
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/AndreaCrotti/yasnippet-snippets
Licenses:
Build system: melpa
Synopsis: Collection of yasnippet snippets
Description:

Documentation at https://melpa.org/#/yasnippet-snippets

emacs-paredit-everywhere 20210510.531
Propagated dependencies: emacs-paredit@20241103.2046
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/paredit-everywhere
Licenses:
Build system: melpa
Synopsis: Enable some paredit features in non-lisp buffers
Description:

Documentation at https://melpa.org/#/paredit-everywhere

emacs-unicode-whitespace 20140508.2041
Propagated dependencies: emacs-ucs-utils@20230119.2237 emacs-list-utils@20241106.1849 emacs-persistent-soft@20260202.1154 emacs-pcache@20220724.1841
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/rolandwalker/unicode-whitespace
Licenses:
Build system: melpa
Synopsis: Teach whitespace-mode about fancy characters
Description:

Documentation at https://melpa.org/#/unicode-whitespace

emacs-transient-posframe 20241212.940
Propagated dependencies: emacs-posframe@20260527.857
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/yanghaoxie/transient-posframe
Licenses:
Build system: melpa
Synopsis: Using posframe to show transient
Description:

Documentation at https://melpa.org/#/transient-posframe

emacs-crystal-playground 20251026.2240
Propagated dependencies: emacs-crystal-mode@20260607.2043
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jasonrobot/crystal-playground
Licenses:
Build system: melpa
Synopsis: Local crystal playground for short code snippets
Description:

Documentation at https://melpa.org/#/crystal-playground

emacs-simple-indentation 20230625.1610
Propagated dependencies: emacs-dash@20260221.1346 emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/semenInRussia/simple-indentation.el
Licenses:
Build system: melpa
Synopsis: Simplify writing indentation functions, alternative to SMIE
Description:

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

emacs-hungarian-holidays 20161020.1138
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/gergelypolonkai/hungarian-holidays
Licenses:
Build system: melpa
Synopsis: Adds a list of Hungarian public holidays to Emacs calendar
Description:

Documentation at https://melpa.org/#/hungarian-holidays

emacs-ibuffer-projectile 20230817.610
Propagated dependencies: emacs-projectile@20260705.755
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/ibuffer-projectile
Licenses:
Build system: melpa
Synopsis: Group ibuffer's list by projectile root
Description:

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

Total packages: 8483