_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-edge 29.0.50-2.208f057
Dependencies: webkitgtk-with-libsoup2@2.50.3 sqlite@3.39.3 libgccjit@11.5.0 glibc@2.41 cairo@1.18.4 dbus@1.15.8 gtk+@3.24.51 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
Propagated dependencies: gsettings-desktop-schemas@46.1 glib-networking@2.78.1
Channel: guixrus
Location: guixrus/packages/emacs.scm (guixrus packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Build system: glib-or-gtk
Synopsis: The extensible, customizable, self-documenting text editor
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-no-x 30.2
Dependencies: 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: guix
Location: gnu/packages/emacs.scm (gnu packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Build system: gnu
Synopsis: The extensible, customizable, self-documenting text editor (console only)
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-no-x 30.1
Dependencies: gnutls@3.8.3 ld-wrapper@0 binutils@2.44 glibc@2.41 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 (console only)
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-spdx 20230127.116
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/condy0919/spdx.el
Licenses: GPL 3
Build system: emacs
Synopsis: Insert SPDX license and copyright headers
Description:

# spdx.el `spdx.el` provides SPDX license header and copyright insertion. ## Installation Put `spdx.el` in your Emacs system. Add the following to your `.emacs`: ```elisp (require spdx) (define-key prog-mode-map (kbd "C-c i l") #'spdx-insert-spdx) ``` Or Use [use-package](https://github.com/jwiegley/use-package) with [straight.el](https://github.com/raxod502/straight.el) ``` emacs-lisp (use-package spdx :ensure t :straight (:host github :repo "condy0919/spdx.el") :bind (:map prog-mode-map ("C-c i l" . spdx-insert-spdx)) :custom (spdx-copyright-holder auto) (spdx-project-detection auto)) ``` Then you can press `C-c i l` to trigger `spdx-insert-spdx` Or manually run: M-x spdx-insert-spdx Then, `spdx.el` will ask you to select a license. It's done by `completing-read'. After that, the license header will be written. An example follows. `;; SPDX-License-Identifier: AGPL-1.0-only` ## Customization - `spdx-copyright-holder - `spdx-copyright-sign - `spdx-project-detection - `spdx-ignore-deprecated

emacs-typo 20200706.1714
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/jorgenschaefer/typoel
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode for typographic editing
Description:

typo.el includes two modes, `typo-mode` and `typo-global-mode`. `typo-mode` is a buffer-specific minor mode that will change a number of normal keys to make them insert typographically useful unicode characters. Some of those keys can be used repeatedly to cycle through variations. This includes in particular quotation marks and dashes. `typo-global-mode` introduces a global minor mode which adds the `C-c 8` prefix to complement Emacs’ default `C-x 8` prefix map. See the documentation of `typo-mode` and `typo-global-mode` for further details. ## Quotation Marks > “He said, ‘leave me alone,’ and closed the door.” All quotation marks in this sentence were added by hitting the " key exactly once each. typo.el guessed the correct glyphs to use from context. If it gets it wrong, you can just repeat hitting the " key until you get the quotation mark you wanted. `M-x typo-change-language` lets you change which quotation marks to use. This is also configurable, in case you want to add your own. ## Dashes and Dots The hyphen key will insert a default hyphen-minus glyph. On repeated use, though, it will cycle through the en-dash, em-dash, and a number of other dash-like glyphs available in Unicode. This means that typing two dashes inserts an en-dash and typing three dashes inserts an em-dash, as would be expected. The name of the currently inserted dash is shown in the minibuffer. The full stop key will self-insert as usual. When three dots are inserted in a row, though, they are replaced by a horizontal ellipsis glyph. ## Other Keys Tick and backtick keys insert the appropriate quotation mark as well. The less-than and greater-than signs cycle insert the default glyphs on first use, but cycle through double and single guillemets on repeated use. ## Prefix Map In addition to the above, typo-global-mode also provides a globally-accessible key map under the `C-c 8` prefix (akin to Emacs’ default `C-x 8` prefix map) to insert various Unicode characters. In particular, `C-c 8 SPC` will insert a no-break space. Continued use of SPC after this will cycle through half a dozen different space types available in Unicode. Check the mode’s documentation for more details.

emacs-tidal 0.1-1.bac0926
Propagated dependencies: emacs-haskell-mode@17.5-0.e9c3567
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/tidal
Licenses: GPL 3+
Build system: emacs
Synopsis: Interact with TidalCycles for live coding patterns
#<unspecified>
emacs-enime 0.1-5.ad910eb
Dependencies: openssl@3.0.8
Propagated dependencies: emacs-dash@2.20.0 emacs-esxml@0.3.8 emacs-request@0.3.2-1.3336eaa emacs-mpv@0.2.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/xl666/enime
Licenses: GPL 3+
Build system: emacs
Synopsis: Watch anime with emacs
#<unspecified>
emacs-envrc 20260325.1609
Propagated dependencies: emacs-inheritenv@20241119.1355
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/envrc
Licenses:
Build system: melpa
Synopsis: Support for `direnv' that operates buffer-locally
Description:

Documentation at https://melpa.org/#/envrc

emacs-whois 20240315.1929
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/lassik/emacs-whois
Licenses:
Build system: melpa
Synopsis: Syntax highlighted domain name queries using system whois
Description:

Documentation at https://melpa.org/#/whois

emacs-lirve 20240419.1918
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tanrax/lirve.el
Licenses:
Build system: melpa
Synopsis: Learn irregular verbs in English
Description:

Documentation at https://melpa.org/#/lirve

emacs-binky 20250123.1928
Propagated dependencies: emacs-dash@20260221.1346
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/eki3z/binky.el
Licenses:
Build system: melpa
Synopsis: Jump between points like a rabbit
Description:

Documentation at https://melpa.org/#/binky

emacs-nexus 20220902.2009
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/juergenhoetzel/emacs-nexus
Licenses:
Build system: melpa
Synopsis: REST Client for Nexus Maven Repository servers
Description:

Documentation at https://melpa.org/#/nexus

emacs-objed 20200911.1435
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/clemera/objed
Licenses:
Build system: melpa
Synopsis: Navigate and edit text objects
Description:

Documentation at https://melpa.org/#/objed

emacs-tokei 20250621.1500
Propagated dependencies: emacs-magit-section@20260503.2051
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nagy/tokei.el
Licenses:
Build system: melpa
Synopsis: Display codebase statistics
Description:

Documentation at https://melpa.org/#/tokei

emacs-flash 20260308.621
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Prgebish/flash
Licenses:
Build system: melpa
Synopsis: Flash-style navigation
Description:

Documentation at https://melpa.org/#/flash

emacs-pager 20151202.120
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacsorphanage/pager
Licenses:
Build system: melpa
Synopsis: Windows-scroll commands
Description:

Documentation at https://melpa.org/#/pager

emacs-iter2 20250209.1516
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/doublep/iter2
Licenses:
Build system: melpa
Synopsis: Reimplementation of Elisp generators
Description:

Documentation at https://melpa.org/#/iter2

emacs-slack 20260506.1537
Propagated dependencies: emacs-websocket@20260301.157 emacs-request@20250219.2213 emacs-circe@20260315.1435 emacs-alert@20260316.2025 emacs-emojify@20210108.1111 emacs-dash@20260221.1346 emacs-s@20220902.1511 emacs-ts@20220822.2313
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-slack/emacs-slack
Licenses:
Build system: melpa
Synopsis: Slack client
Description:

Documentation at https://melpa.org/#/slack

emacs-fussy 20260504.2225
Propagated dependencies: emacs-flx@20240205.356 emacs-compat@30.1.0.1
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jojojames/fussy
Licenses:
Build system: melpa
Synopsis: Fuzzy completion style using `flx' and/or `fzf-native'
Description:

Documentation at https://melpa.org/#/fussy

emacs-zotra 20231014.2139
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mpedramfar/zotra
Licenses:
Build system: melpa
Synopsis: Import bibliographic data from (almost) everywhere
Description:

Documentation at https://melpa.org/#/zotra

emacs-comby 20200629.140
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/s-kostyaev/comby.el
Licenses:
Build system: melpa
Synopsis: Emacs comby integration
Description:

Documentation at https://melpa.org/#/comby

emacs-focus 20241029.1506
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/larstvei/Focus
Licenses:
Build system: melpa
Synopsis: Dim the font color of text in surrounding sections
Description:

Documentation at https://melpa.org/#/focus

emacs-sekka 20260422.1428
Propagated dependencies: emacs-popup@20251231.1622
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kiyoka/sekka
Licenses:
Build system: melpa
Synopsis: Pure Elisp Japanese IME inspired by SKK
Description:

Documentation at https://melpa.org/#/sekka

emacs-gsnip 20220206.1526
Propagated dependencies: emacs-aio@20260214.1529 emacs-log4e@20240123.1313
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kaiwk/gitlab-snippet
Licenses:
Build system: melpa
Synopsis: A gitlab snippet client
Description:

Documentation at https://melpa.org/#/gsnip

Page: 12627282930360
Total packages: 8618