_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-info-rename-buffer 20200328.1147-0.87fb263
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/oitofelix/info-rename-buffer
Licenses: GPL 3
Build system: emacs
Synopsis: Rename Info buffers to match manuals
Description:

info-rename-buffer-mode is a global minor-mode that automatically renames Info buffers to match their visiting manual. That's a useful feature when consulting several Info manuals simultaneously, because it frees the user from the burden of renaming Info buffers to descriptive names manually before visiting another manual, thus avoiding accidentally overriding the currently visited node in case the user tries to open a new Info buffer.

book-emacs-lisp-elements 2.0.0
Channel: guix
Location: gnu/packages/books.scm (gnu packages books)
Home page: https://protesilaos.com/emacs/emacs-lisp-elements
Licenses: FDL 1.3+
Build system: emacs
Synopsis: Overview of the Emacs Lisp programming language
Description:

Emacs Lisp Elements is a book written by Protesilaos Stavrou, providing a big picture view of the Elisp programming language by combining prose with code. This book aims to provide an idea of how Elisp works by showing some of the main concepts and patterns encountered in everyday Elisp code.

This book is not intended as a replacement for the built-in Emacs Lisp Reference Manual, but instead to give readers enough information to reason about Elisp code.

emacs-persistent-scratch 20220620.408
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/Fanael/persistent-scratch
Licenses: FreeBSD
Build system: emacs
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:
Build system: melpa
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
Build system: emacs
Synopsis: nerd-icons theme for treemacs
Description:

nerd-icons theme for treemacs

emacs-distinguished-theme 20151216.2015
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Lokaltog/distinguished-theme
Licenses:
Build system: melpa
Synopsis: A dark and elegant theme for emacs
Description:

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

emacs-highlight-operators 20170213.2220
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jpkotta/highlight-operators
Licenses:
Build system: melpa
Synopsis: A face for operators in programming modes
Description:

Documentation at https://melpa.org/#/highlight-operators

emacs-flycheck-projectile 20201031.1952
Propagated dependencies: emacs-flycheck@20251128.1706 emacs-projectile@20260109.1335
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nbfalcon/flycheck-projectile
Licenses:
Build system: melpa
Synopsis: Project-wide errors
Description:

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

emacs-flycheck-pycheckers 20240817.2
Propagated dependencies: emacs-flycheck@20251128.1706
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/msherry/flycheck-pycheckers
Licenses:
Build system: melpa
Synopsis: Multiple syntax checker for Python, using Flycheck
Description:

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

emacs-flycheck-checkpatch 20240810.1951
Propagated dependencies: emacs-flycheck@20251128.1706
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/zpp0/flycheck-checkpatch
Licenses:
Build system: melpa
Synopsis: Flycheck support for checkpatch.pl tool
Description:

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

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:
Build system: melpa
Synopsis: Minor mode to store selected overlays to be loaded later
Description:

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

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

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

emacs-projectile-variable 20230916.441
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-php/projectile-variable
Licenses:
Build system: melpa
Synopsis: Store project local variables
Description:

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

emacs-chronometrist-spark 20230629.1039
Propagated dependencies: emacs-chronometrist@20240807.1850 emacs-spark@20230406.2307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://tildegit.org/contrapunctus/chronometrist
Licenses:
Build system: melpa
Synopsis: Show sparklines in Chronometrist buffers
Description:

Documentation at https://melpa.org/#/chronometrist-spark

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

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

emacs-treemacs-projectile 20250320.2206
Propagated dependencies: emacs-projectile@20260109.1335 emacs-treemacs@20251226.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Build system: melpa
Synopsis: Projectile integration for treemacs
Description:

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

emacs-immersive-translate 20231001.1557
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Elilif/emacs-immersive-translate
Licenses:
Build system: melpa
Synopsis: Translate the current buffer immersively
Description:

Documentation at https://melpa.org/#/immersive-translate

emacs-gitignore-templates 20210814.144
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xuchunyang/gitignore-templates.el
Licenses:
Build system: melpa
Synopsis: Create .gitignore using GitHub or gitignore.io API
Description:

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

emacs-projectile-speedbar 20190807.2010
Propagated dependencies: emacs-projectile@20260109.1335 emacs-sr-speedbar@20220705.1231
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/anshulverma/projectile-speedbar
Licenses:
Build system: melpa
Synopsis: Projectile integration for speedbar
Description:

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

emacs-recursion-indicator 20260101.1342
Propagated dependencies: emacs-compat@30.1.0.1
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/minad/recursion-indicator
Licenses:
Build system: melpa
Synopsis: Recursion indicator
Description:

Documentation at https://melpa.org/#/recursion-indicator

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:
Build system: melpa
Synopsis: Add desktop notifications to Circe
Description:

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

emacs-desktop-environment 20250821.1428
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.petton.fr/DamienCassou/desktop-environment
Licenses:
Build system: melpa
Synopsis: Helps you control your GNU/Linux computer
Description:

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

emacs-flycheck-clangcheck 20150712.710
Propagated dependencies: emacs-flycheck@20251128.1706
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kumar8600/flycheck-clangcheck
Licenses:
Build system: melpa
Synopsis: A Flycheck checker difinition for ClangCheck
Description:

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

emacs-volatile-highlights 20250924.1215
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/k-talo/volatile-highlights.el
Licenses:
Build system: melpa
Synopsis: Transient visual feedback for edits
Description:

Documentation at https://melpa.org/#/volatile-highlights

Total results: 8518