_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-consult-projectile 0.7-1.400439c
Propagated dependencies: emacs-consult@2.5 emacs-projectile@2.9.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/OlMon/consult-projectile
Licenses: GPL 3+
Synopsis: Consult integration for Projectile
Description:

This package provides a multiview for displaying open buffers, files and directories associated with a project. When no project is open in the current buffer, it displays a list of known projects. One can then pick a file from the selected project.

emacs-erc-status-sidebar 0.1-1.ea4189a
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/drewbarbs/erc-status-sidebar
Licenses: GPL 3+
Synopsis: Hexchat-like activity overview for ERC channels
Description:

This package provides a Hexchat-like status bar for joined channels in ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the erc-track module, and displays all the same information erc-track does in the mode line, but in an alternative format.

emacs-rainbow-delimiters 2.1.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fanael/rainbow-delimiters
Licenses: GPL 3+
Synopsis: Highlight brackets according to their depth
Description:

Rainbow-delimiters is a "rainbow parentheses"-like mode for Emacs which highlights parentheses, brackets, and braces according to their depth. Each successive level is highlighted in a different color, making it easy to spot matching delimiters, orient yourself in the code, and tell which statements are at a given level.

emacs-magit-org-todos-el 0.1.2
Propagated dependencies: emacs-magit@4.3.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/danielma/magit-org-todos.el
Licenses: GPL 3+
Synopsis: Get todo.org into Emacs Magit status
Description:

This package allows you to get todo.org into your magit status.

If you have a todo.org file with TODO items in the root of your repository, magit-org-todos will create a section in your Magit status buffer with each of your todos.

emacs-markdown-changelog 20200120.2253
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/plandes/markdown-changelog
Licenses: GPL 2
Synopsis: Maintain changelog entries
Description:

Create and maintain Keep a Changelog based entries. See https://keepachangelog.com/ for this specific change log format. A nascent changelog is created with `markdown-changelog-new and `markdown-changelog-add-release is used to add a new entry. For more information and motivation for markdown changelogs see https://github.com/plandes/markdown-changelog#motivation

emacs-literate-calc-mode 0.1-2.ba7d221
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sulami/literate-calc-mode.el
Licenses: GPL 3+
Synopsis: Literate programming for Emacs Calc
Description:

This library provides literate programming for Calc. There is both a major and a minor mode. The major mode does some basic syntax highlighting, while the minor mode only evaluates all Calc statements while typing. In particular, the minor mode works quite well with Org or Markdown modes, or other markup language major modes.

emacs-stickyfunc-enhance 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tuhdo/semantic-stickyfunc-enhance
Licenses: GPL 3+
Synopsis: Enhancement to stock @code{semantic-stickyfunc-mode}
Description:

semantic-stickyfunc-mode shows the function point is currently in at the first line of the current buffer. This is useful when you have a very long function that spreads more than a screen, and you don't have to scroll up to read the function name and then scroll down to original position.

emacs-project-tab-groups 0.1-1.2658405
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/fritzgrabo/project-tab-groups
Licenses: GPL 3+
Synopsis: Support a "one tab group per project" workflow
Description:

This package provides a global minor mode that enhances the Emacs built-in project.el library to support keeping projects isolated in named tab groups. This package automates the steps you’d otherwise need to do manually if you wanted to keep the buffers of a project neatly isolated in separate, named tab groups.

emacs-saveplace-pdf-view 1.0.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nicolaisingh/saveplace-pdf-view
Licenses: GPL 3+
Synopsis: Save place in pdf-view buffers for Emacs
Description:

This package extends the built-in Save-Place mode by adding support for PDF view (see emacs-pdf-tools). This package will store the place (e.g., the current page and zoom) of PDF buffers under PDFView mode or DocView mode, and revisiting those PDF files later using the same mode will restore the saved place.

emacs-org-rss-publishing 0.8-0.7f7d1e0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~taingram/org-publish-rss
Licenses: GPL 3+
Synopsis: RSS generator for Org Mode's built-in publishing system
Description:

This package adds new RSS generation options to the org-publish-project-alist variable (see the Org manual if you are new to the publishing options). It adds :auto-rss and other options that work similar to the included :auto-sitemap functionality. This should make it easy for users to add RSS feeds to existing Org-based websites.

emacs-org-tanglesync-1.1 1.1-1.af83a73
Propagated dependencies: emacs-org@9.7.25
Channel: guix-hpc
Location: guix-hpc/packages/emacs-xyz.scm (guix-hpc packages emacs-xyz)
Home page: https://github.com/mtekman/org-tanglesync.el
Licenses: GPL 3+
Synopsis: Sync Org source blocks with tangled external files
Description:

Tangled blocks provide a nice way of exporting code into external files, acting as a fantastic agent to write literate dotfile configs. However, such dotfiles tend to be changed externally, sometimes for the worse and sometimes for the better. In the latter case it would be nice to be able to pull those external changes back into the original org src block it originated from.

emacs-visual-fill-column 2.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/joostkremers/visual-fill-column
Licenses: GPL 3+
Synopsis: Fill-column for visual-line-mode
Description:

visual-fill-column-mode is a small Emacs minor mode that mimics the effect of fill-column in visual-line-mode. Instead of wrapping lines at the window edge, which is the standard behaviour of visual-line-mode, it wraps lines at fill-column. If fill-column is too large for the window, the text is wrapped at the window edge.

emacs-persistent-scratch 20220620.408
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/Fanael/persistent-scratch
Licenses: FreeBSD
Synopsis: Preserve the scratch buffer across Emacs sessions
Description:

Preserve the state of scratch buffers across Emacs sessions by saving the state to and restoring it from a file, with autosaving and backups. Save scratch buffers: `persistent-scratch-save and `persistent-scratch-save-to-file'. Restore saved state: `persistent-scratch-restore and `persistent-scratch-restore-from-file'. To control where the state is saved, set `persistent-scratch-save-file'. What exactly is saved is determined by `persistent-scratch-what-to-save'. What buffers are considered scratch buffers is determined by `persistent-scratch-scratch-buffer-p-function'. By default, only the `*scratch* buffer is a scratch buffer. Autosave can be enabled by turning `persistent-scratch-autosave-mode on. Backups of old saved states are off by default, set `persistent-scratch-backup-directory to a directory to enable them. To both enable autosave and restore the last saved state on Emacs start, add (persistent-scratch-setup-default) to the init file. This will NOT error when the save file doesn't exist. To just restore on Emacs start, it's a good idea to call `persistent-scratch-restore inside an `ignore-errors or `with-demoted-errors block.

emacs-highlight2clipboard 20240516.1942
Propagated dependencies: emacs-htmlize@20250724.1703
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Lindydancer/highlight2clipboard
Licenses:
Synopsis: Copy text to clipboard with highlighting
Description:

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

emacs-treemacs-nerd-icons 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795 emacs-treemacs@3.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses: GPL 3
Synopsis: nerd-icons theme for treemacs
Description:

nerd-icons theme for treemacs

emacs-rainbow-identifiers 20141102.1526
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Fanael/rainbow-identifiers
Licenses:
Synopsis: Highlight identifiers according to their names
Description:

Documentation at https://melpa.org/#/rainbow-identifiers

emacs-helm-growthforecast 20140120.344
Propagated dependencies: emacs-helm@4.0.2
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/daic-h/helm-growthforecast
Licenses:
Synopsis: Helm extensions for growthforecast
Description:

Documentation at https://melpa.org/#/helm-growthforecast

emacs-flycheck-prospector 20180524.450
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/chocoelho/flycheck-prospector
Licenses:
Synopsis: Support prospector in flycheck
Description:

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

emacs-apropospriate-theme 20251010.121
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/waymondo/apropospriate-theme
Licenses:
Synopsis: A colorful, low-contrast, light & dark theme set for Emacs with a fun name
Description:

Documentation at https://melpa.org/#/apropospriate-theme

emacs-persistent-overlays 20161128.700
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mneilly/Emacs-Persistent-Overlays
Licenses:
Synopsis: Minor mode to store selected overlays to be loaded later
Description:

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

emacs-ptemplate-templates 20210324.1443
Propagated dependencies: emacs-ptemplate@20210324.1446
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nbfalcon/ptemplate-templates
Licenses:
Synopsis: Official templates
Description:

Documentation at https://melpa.org/#/ptemplate-templates

emacs-circe-notifications 20180102.2318
Propagated dependencies: emacs-circe@20251013.1911 emacs-alert@20250823.650
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/eqyiel/circe-notifications
Licenses:
Synopsis: Add desktop notifications to Circe
Description:

Documentation at https://melpa.org/#/circe-notifications

emacs-flycheck-nimsuggest 20171027.2208
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/yuutayamada/flycheck-nimsuggest
Licenses:
Synopsis: Flycheck backend for Nim using nimsuggest
Description:

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

emacs-flycheck-flawfinder 20211214.647
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/alexmurray/flycheck-flawfinder
Licenses:
Synopsis: Integrate flawfinder with flycheck
Description:

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

Total results: 8324