_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-uniquify-files 1.0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/uniquify-files.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Disambiguate files with the same basename
Description:

This package helps differentiate files with the same name but in different directories when displayed in Emacs buffers or completion interfaces.

Generally, you probably want to use emacs' builtin uniquify instead--which makes unique buffer names. Only if you want to programmatically generate unique file names you need this package here.

emacs-cycle-at-point 0.2
Propagated dependencies: emacs-recomplete@0.2-0.0e4a2ba
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/ideasman42/emacs-cycle-at-point
Licenses: GPL 3+
Build system: emacs
Synopsis: Immediately cycle text at the cursor, without prompting
Description:

cycle-at-point provides commands to cycle text at the cursor. Repeatedly invoke the command to cycle over available options. Completion candidates are displayed in the echo area. Users can define their own completion lists. Common use cases include true and false literals, arithmetic operators, and months of the year.

emacs-elfeed-goodies 544ef42ead011d960a0ad1c1d34df5d222461a6b
Propagated dependencies: emacs-elfeed@3.4.2 emacs-popwin@1.0.2-0.213e462 emacs-powerline@2.5-0.c35c35b emacs-link-hint@0.1-4.83cd048
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jeetelongname/elfeed-goodies
Licenses: GPL 3+
Build system: emacs
Synopsis: Various bits and pieces to enhance the Elfeed user experience
Description:

This package enhances the vanilla Elfeed user experience with:

  • An adaptive, powerline-based header for the *elfeed-search* and *elfeed-entry* buffers, with a matching entry format.

  • Split pane setup.

  • A function to toggle the *elfeed-log* buffer in a popup window.

emacs-symbol-overlay 4.1-1.11f91ce
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/wolray/symbol-overlay/
Licenses: GPL 3+
Build system:
Synopsis: Highlight symbols with keymap-enabled overlays
Description:

Highlighting symbols with overlays while providing a keymap for various operations about highlighted symbols. It was originally inspired by the package highlight-symbol. The fundamental difference is that in symbol-overlay every symbol is highlighted by the Emacs built-in function overlay-put rather than the font-lock mechanism used in highlight-symbol.

emacs-wordsmith-mode 20210715.1517
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 3
Build system: emacs
Synopsis: Syntax analysis and NLP text-processing in Emacs (OSX-only)
Description:

Syntax highlighting (nouns, verb, adverbs...) in buffer. This package wraps functionality of MacOSX's natural language processing tools, (see details here: https://developer.apple.com/library/mac/documentation/cocoa/reference/NSLinguisticTagger_Class/Reference/Reference.html) It tokenizes and highlights English text that matches specified tags. Dependencies: - OSX - syn (see instructions at https://github.com/stephencelis/syn) - ido-mode

emacs-visual-replace 1.2-1.17d693f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/szermatt/visual-replace
Licenses: GPL 3+
Build system: emacs
Synopsis: Alternate interface for @code{replace-string} and @code{query-replace}
Description:

visual-replace provides an alternate interface for search and replacement commands that supports previews. The interface also allows one to edit both the query-text and its replacement in the same minibuffer prompt. The interface covers the following commands:

  1. replace-string

  2. replace-regexp

  3. query-replace

  4. query-replace-regexp

emacs-auto-yasnippet 0.3.0-3.6a9e406
Propagated dependencies: emacs-yasnippet@0.14.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/auto-yasnippet/
Licenses: GPL 3+
Build system: emacs
Synopsis: Quickly create disposable yasnippets
Description:

This package provides a hybrid of keyboard macros and yasnippet. You create the snippet on the go, usually to be used just in the one place. It's fast, because you're not leaving the current buffer, and all you do is enter the code you'd enter anyway, just placing ~ where you'd like yasnippet fields and mirrors to be.

emacs-plz-media-type 0.2.4
Propagated dependencies: emacs-plz@0.9.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/r0man/plz-media-type
Licenses: GPL 3+
Build system: emacs
Synopsis: HTTP media type extension for plz.el
Description:

The plz-media-type library enhances MIME type handling for HTTP requests within Emacs. It leverages the Plz HTTP library for networking calls and introduces a mechanism to process responses based on the content type header. This library defines various classes and methods for parsing and processing standard MIME types, including JSON, XML, HTML, and binary data, in a streaming and non-streaming way.

emacs-consult-recoll 1.0.0
Dependencies: recoll-cli@1.43.2
Propagated dependencies: emacs-consult@3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/jao/consult-recoll
Licenses: GPL 3+
Build system: emacs
Synopsis: Recoll queries using consult
Description:

Recoll is a local search engine that knows how to index a wide variety of file formats, including PDFs, org and other text files and emails. It also offers a sophisticated query language, and, for some document kinds, snippets in the found documents actually matching the query at hand. This package provides an emacs interface to perform recoll queries, and display its results, via emacs-consult.

emacs-insert-kaomoji 0.1.1-0.d18423f
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~zge/kaomoji
Licenses: CC0
Build system: emacs
Synopsis: Easily insert kaomojis
Description:

Kaomojis are eastern/Japanese emoticons, which are usually displayed horizontally, as opposed to the western vertical variants (":^)", ";D", "XP", ...).

This package tries to make it easier to use kaomojis, by using completing-read and different categories. The main user functions are therefore insert-kaomoji to insert a kaomoji at point, and insert-kaomoji-into-kill-ring to push a kaomoji onto the kill ring.

emacs-denote-explore 4.0
Propagated dependencies: emacs-denote@4.1.3 emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pprevos/denote-explore
Licenses: GPL 3+
Build system: emacs
Synopsis: Analyse and visualise a collection of Denote notes
Description:

The Denote Explore package provides auxiliary functions to maintain and explore your collection of Denote files. Denote Explore provides four groups of Emacs commands:

  1. Summary statistics: Count and visualize notes, attachments and keywords.

  2. Random walks: Generate new ideas using Serendipity.

  3. Janitor: Manage your Denote collection.

  4. Visualisations: Visualise your Denote network as a network graph. (Optional dependencies GraphViz, D3js, to be acquired separately!)

emacs-outline-indent 1.1.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jamescherti/outline-indent.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Outline and code folding for indentation-based texts in Emacs
Description:

This package provides a minor mode that enables code folding based on indentation levels for various indentation-based text files, such as YAML, Python, and any other indented text files. In addition to code folding, outline-indent allows moving indented subtrees up and down, promoting and demoting sections to adjust indentation levels, customizing the ellipsis, and inserting a new line with the same indentation level as the current line.

emacs-copy-as-format 0.0.8
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/sshaw/copy-as-format/
Licenses: GPL 3+
Build system:
Synopsis: Copy buffer locations as GitHub/Slack/JIRA as formatted code
Description:

Copy buffer locations as GitHub/Slack/JIRA/HipChat formatted code and add them to the kill ring. The buffer will not be modified.

With a prefix argument prompt for the format. Defaults to copy-as-format-default.

To add formats see copy-as-format-format-alist.

For AsciiDoc customization see copy-as-format-asciidoc-include-file-name and copy-as-format-asciidoc-language-alist.

emacs-citar-org-roam 0.5.1
Propagated dependencies: emacs-citar@1.4.0 emacs-org-roam@2.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-citar/citar-org-roam
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs package to provide tighter Citar and Org-Roam integration
Description:

Out-of-box, Citar provides default support for file-per-note bibliographic notes that are compatible with Org-Roam v2. This package integrates directly with the Org-Roam database, and provides the following additional features to Citar note support:

  • multiple references per note

  • multiple reference notes per file

  • ability to query note citations by reference

  • ``live'' updating of Citar UI for presence of notes

emacs-helm-descbinds 1.13-1.033be73
Propagated dependencies: emacs-helm@4.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-descbinds
Licenses: GPL 3+
Build system: emacs
Synopsis: Convenient @code{describe-bindings} with Helm
Description:

This package is a replacement of describe-bindings for Helm. describe-bindings is replaced with helm-descbinds. As usual, type C-h b, or any incomplete key sequence plus C-h, to run helm-descbinds. The bindings are presented in a similar way as describe-bindings does, but you can use completion to find the command you searched for and execute it, or view its documentation.

emacs-defaultencrypt 5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/lechten/defaultencrypt
Licenses: GPL 3+
Build system: emacs
Synopsis: Automatically encrypt or sign Gnus messages in Emacs
Description:

DefaultEncrypt is designed to be used with Gnus in Emacs. It automatically encrypts messages that you send (e.g., email) when public keys for all recipients are available, and it protects you from accidentally sending un-encrypted messages. It can also be configured to automatically sign messages that you send. For details and instructions on how to use DefaultEncrypt, please refer to the home page or read the comments in the source file, jl-encrypt.el.

emacs-spaceline-next 2.0.1-0.1b26af2
Propagated dependencies: emacs-dash@2.20.0 emacs-powerline@2.5-0.c35c35b emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/TheBB/spaceline
Licenses: GPL 3+
Build system: emacs
Synopsis: Powerline theme from Spacemacs
Description:

Spaceline provides Spacemacs' mode-line theme. This package provides features for three kinds of users.

  • You just want to use the Spacemacs mode-line theme and forget about it.

  • You want to use something similar to the Spacemacs mode-line theme, but with a handful of easy tweaks.

  • You want an easy-to-use library for building your own mode-line from scratch, and you think the Spacemacs theme looks good.

emacs-spaceline-2024 2.0.1-2024
Propagated dependencies: emacs-dash@2.20.0 emacs-powerline@2.5-0.c35c35b emacs-s@1.13.0
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://github.com/TheBB/spaceline/
Licenses: GPL 3+
Build system: emacs
Synopsis: Powerline theme from Spacemacs
Description:

Spaceline provides Spacemacs' mode-line theme. This package provides features for three kinds of users.

  • You just want to use the Spacemacs mode-line theme and forget about it.

  • You want to use something similar to the Spacemacs mode-line theme, but with a handful of easy tweaks.

  • You want an easy-to-use library for building your own mode-line from scratch, and you think the Spacemacs theme looks good.

emacs-master-minimal 31.0.50-1740879684.be8a7c9
Dependencies: 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 text editor (minimal build for byte-compilation)
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-minimal 31.0.50-1.0fcf100
Dependencies: 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 text editor (minimal build for byte-compilation)
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-rrr-next-wo-nc 29.0.50-10.0804b61
Dependencies: libwebp@1.3.2 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
Channel: rrr
Location: rrr/packages/emacs.scm (rrr 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-ffap-rfc-space 12
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://user42.tuxfamily.org/ffap-rfc-space/index.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Make ffap recognize an RFC with a space before its number
Description:

The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents. The built-in Emacs module "ffap" (Find File at Point) has the ability to recognize names at point which look like "RFC1234" and "RFC-1234" and load the appropriate RFC from a remote server. However, it fails to recognize a name like "RFC 1234". This package enhances ffap so that it correctly finds RFCs even when a space appears before the number.

emacs-elfeed-summary 20220331.1634
Propagated dependencies: emacs-magit@4.4.2 emacs-elfeed@3.4.2
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/SqrtMinusOne/elfeed-summary.el
Licenses:
Build system:
Synopsis: Feed summary interface for elfeed
Description:

The package provides a tree-based feed summary interface for elfeed. The tree can include individual feeds, searches, and groups. It mainly serves as an easier "jumping point" for elfeed, so searching a subset of the elfeed database is one action away.

`elfeed-summary' pops up the summary buffer. The buffer shows individual feeds and searches, combined into groups. The structure is determined by the `elfeed-summary-settings' variable.

Also take a look at the package README at <https://github.com/SqrtMinusOne/elfeed-summary> for more information.

emacs-company-ledger 20210910.250
Propagated dependencies: emacs-company@1.0.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/debanjum/company-ledger
Licenses: GPL 3
Build system: emacs
Synopsis: Fuzzy auto-completion for Ledger & friends
Description:

`company-mode backend for `ledger-mode', `beancount-mode and similar plain-text accounting modes. Provides fuzzy completion for transactions, prices and other date prefixed entries. See Readme for detailed setup and usage description. Detailed Description -------------------- - Provides auto-completion based on words on current line - The words on the current line can be partial and in any order - The candidate entities are reverse sorted by location in file - Candidates are paragraphs starting with YYYY[-/]MM[-/]DD Minimal Setup ------------- (with-eval-after-load company (add-to-list company-backends company-ledger)) Use-Package Setup ----------------- (use-package company-ledger :ensure company :init (with-eval-after-load company (add-to-list company-backends company-ledger)))

Total results: 8518