_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-master-no-x-toolkit 31.0.50-1740879684.be8a7c9
Dependencies: inotify-tools@3.22.6.0 cairo@1.18.4 dbus@1.15.8 giflib@5.2.1 harfbuzz@11.4.4 libjpeg-turbo@2.1.4 libotf@0.9.16 libpng@1.6.39 librsvg@2.58.5 libtiff@4.4.0 libx11@1.8.12 libxft@2.3.8 libxpm@3.5.17 libwebp@1.3.2 pango@1.54.0 poppler@22.09.0 gnutls@3.8.3 libgccjit@14.3.0 mailutils@3.21 acl@2.3.1 alsa-lib@1.2.11 elogind@255.17 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 lcms@2.13.1 libice@1.1.2 libselinux@3.4 libsm@1.2.5 libxml2@2.14.6 m17n-lib@1.8.0 sqlite@3.39.3 tree-sitter@0.25.3 zlib@1.3.1 bash-minimal@5.2.37 coreutils@9.1 findutils@4.10.0 gawk@5.3.0 gzip@1.14 ncurses@6.2.20210619 sed@4.9
Channel: divya-lambda
Location: divya-lambda/packages/emacs.scm (divya-lambda packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Build system: gnu
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-1.0fcf100
Dependencies: inotify-tools@3.22.6.0 cairo@1.18.4 dbus@1.15.8 giflib@5.2.1 harfbuzz@11.4.4 libjpeg-turbo@2.1.4 libotf@0.9.16 libpng@1.6.39 librsvg@2.58.5 libtiff@4.4.0 libx11@1.8.12 libxft@2.3.8 libxpm@3.5.17 libwebp@1.3.2 pango@1.54.0 poppler@22.09.0 gnutls@3.8.3 libgccjit@14.3.0 mailutils@3.21 acl@2.3.1 alsa-lib@1.2.11 elogind@255.17 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 lcms@2.13.1 libice@1.1.2 libselinux@3.4 libsm@1.2.5 libxml2@2.14.6 m17n-lib@1.8.0 sqlite@3.39.3 tree-sitter@0.25.3 zlib@1.3.1 bash-minimal@5.2.37 coreutils@9.1 findutils@4.10.0 gawk@5.3.0 gzip@1.14 ncurses@6.2.20210619 sed@4.9
Channel: emacs-master
Location: emacs-master.scm (emacs-master)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Build system: gnu
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-gnus-desktop-notify 20250616.0809
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.thregr.org/wavexx/software/gnus-desktop-notify.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Gnus desktop notification global minor mode
Description:

gnus-desktop-notify provides a simple mechanism to notify the user when new messages are received. To get started, place the following configuration snippet in your ~/.gnus.el configuration file:

(require 'gnus-desktop-notify)
(gnus-desktop-notify-mode)
(gnus-demon-add-rescan)
;; Alternatively, configure the period and idle times specifically, e.g.:
;; (gnus-demon-add-handler 'gnus-demon-scan-news 10 1)

The above causes Gnus to scan all configured groups every two hours when Emacs has been idle for one hour, with desktop notifications emitted for new messages received.

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+
Build system: emacs
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+
Build system: emacs
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-ligature-pragmatapro 20221127.2252
Propagated dependencies: emacs-ligature@20220808.1225
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/wavexx/ligature-pragmatapro.el
Licenses:
Build system: melpa
Synopsis: PragmataPro support for ligature.el
Description:

Documentation at https://melpa.org/#/ligature-pragmatapro

emacs-snapshot-timemachine 20250612.1320
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mrBliss/snapshot-timemachine
Licenses:
Build system: melpa
Synopsis: Step through (Btrfs, ZFS, ...) snapshots of files
Description:

Documentation at https://melpa.org/#/snapshot-timemachine

emacs-dashboard-hackernews 20240918.1301
Propagated dependencies: emacs-dashboard@20251231.1631 emacs-request@20250219.2213
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/hyakt/emacs-dashboard-hackernews
Licenses:
Build system: melpa
Synopsis: Display Hacker News on dashboard
Description:

Documentation at https://melpa.org/#/dashboard-hackernews

emacs-flycheck-grammalecte 20251001.2010
Propagated dependencies: emacs-flycheck@20251128.1706
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://git.umaneti.net/flycheck-grammalecte/
Licenses:
Build system: melpa
Synopsis: Integrate Grammalecte with Flycheck
Description:

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

emacs-treemacs-perspective 20250320.2145
Propagated dependencies: emacs-treemacs@20251226.1307 emacs-perspective@20251104.1408 emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Build system: melpa
Synopsis: Perspective integration for treemacs
Description:

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

emacs-keychain-environment 20251123.46
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tarsius/keychain-environment
Licenses:
Build system: melpa
Synopsis: Load keychain environment variables
Description:

Documentation at https://melpa.org/#/keychain-environment

emacs-flymake-languagetool 20260101.535
Propagated dependencies: emacs-compat@30.1.0.1
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-languagetool/flymake-languagetool
Licenses:
Build system: melpa
Synopsis: Flymake support for LanguageTool
Description:

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

emacs-nameframe-projectile 20221023.957
Propagated dependencies: emacs-nameframe@20221023.957 emacs-projectile@20260109.1335
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/john2x/nameframe
Licenses:
Build system: melpa
Synopsis: Nameframe integration with Projectile
Description:

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

emacs-frontside-javascript 20220315.1057
Propagated dependencies: emacs-add-node-modules-path@20230307.655 emacs-company@20260108.36 emacs-flycheck@20251128.1706 emacs-js2-mode@20241205.140 emacs-js2-refactor@20250210.1811 emacs-rjsx-mode@20200224.2149 emacs-tide@20241019.2101 emacs-web-mode@20251214.1728 emacs-lsp-mode@20260124.1451
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thefrontside/frontmacs
Licenses:
Build system: melpa
Synopsis: JS development that just work™️
Description:

Documentation at https://melpa.org/#/frontside-javascript

emacs-temporary-persistent 20230115.1425
Propagated dependencies: emacs-names@20221227.1825 emacs-dash@20250312.1307 emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kostafey/temporary-persistent
Licenses:
Build system: melpa
Synopsis: Keep temp notes buffers persistent
Description:

Documentation at https://melpa.org/#/temporary-persistent

emacs-netherlands-holidays 20150202.1617
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/abo-abo/netherlands-holidays
Licenses:
Build system: melpa
Synopsis: Netherlands holidays for Emacs calendar
Description:

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

emacs-addressbook-bookmark 20260105.453
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thierryvolpiatto/addressbook-bookmark
Licenses:
Build system: melpa
Synopsis: An address book based on Standard Emacs bookmarks
Description:

Documentation at https://melpa.org/#/addressbook-bookmark

emacs-flymake-markdownlint 20220320.1208
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/shaohme/flymake-markdownlint
Licenses:
Build system: melpa
Synopsis: Markdown linter with markdownlint
Description:

Documentation at https://melpa.org/#/flymake-markdownlint

emacs-cyberpunk-2019-theme 20191008.1133
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/the-frey/cyberpunk-2019
Licenses:
Build system: melpa
Synopsis: A retina-scorching cyberpunk theme
Description:

Documentation at https://melpa.org/#/cyberpunk-2019-theme

emacs-py-vterm-interaction 20251024.2208
Propagated dependencies: emacs-vterm@20251119.1653
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/vale981/py-vterm-interaction.el
Licenses:
Build system: melpa
Synopsis: A mode for Python REPL using vterm
Description:

Documentation at https://melpa.org/#/py-vterm-interaction

emacs-sly-named-readtables 20191013.2138
Propagated dependencies: emacs-sly@20251212.0
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/capitaomorte/sly-named-readtables
Licenses:
Build system: melpa
Synopsis: Support named readtables in Common Lisp files
Description:

Documentation at https://melpa.org/#/sly-named-readtables

emacs-helm-system-packages 20260105.509
Propagated dependencies: emacs-helm@4.0.6
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-helm/helm-system-packages
Licenses:
Build system: melpa
Synopsis: Helm UI wrapper for system package managers
Description:

Documentation at https://melpa.org/#/helm-system-packages

emacs-smart-indent-rigidly 20141206.15
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/re5et/smart-indent-rigidly
Licenses:
Build system: melpa
Synopsis: Smart rigid indenting
Description:

Documentation at https://melpa.org/#/smart-indent-rigidly

emacs-org-reverse-datetree 20250513.848
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/akirak/org-reverse-datetree
Licenses:
Build system: melpa
Synopsis: Create reverse date trees in org-mode
Description:

Documentation at https://melpa.org/#/org-reverse-datetree

Total results: 8518