_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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+
Build system: emacs
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-markdown-changelog 20200120.2253
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/plandes/markdown-changelog
Licenses: GPL 2
Build system: emacs
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-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+
Build system: emacs
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.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nicolaisingh/saveplace-pdf-view
Licenses: GPL 3+
Build system: emacs
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+
Build system: emacs
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-visual-fill-column 2.7.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/joostkremers/visual-fill-column
Licenses: GPL 3+
Build system: emacs
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-org-tanglesync-1.1 1.1-1.af83a73
Propagated dependencies: emacs-org@9.7.39
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+
Build system: emacs
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-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.1
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-language-detection 20161123.1813
Channel: bugchan
Location: bugchan/packages/emacs-xyz.scm (bugchan packages emacs-xyz)
Home page: https://github.com/andreasjansson/language-detection.el
Licenses: GPL 3
Build system: emacs
Synopsis: Automatic language detection from code snippets
Description:

Automatic programming language detection using pre-trained random forest classifier. Supported languages: * ada * awk * c * clojure * cpp * csharp * css * dart * delphi * emacslisp * erlang * fortran * fsharp * go * groovy * haskell * html * java * javascript * json * latex * lisp * lua * matlab * objc * perl * php * prolog * python * r * ruby * rust * scala * shell * smalltalk * sql * swift * visualbasic * xml Entrypoints: * language-detection-buffer - When called interactively, prints the language of the current buffer to the echo area - When called non-interactively, returns the language of the current buffer * language-detection-string - Non-interactive function, returns the language of its argument.

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-2.d41902f 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-sentence-navigation 20220522.1137
Propagated dependencies: emacs-ample-regexps@20200508.1021
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/noctuid/emacs-sentence-navigation
Licenses:
Build system: melpa
Synopsis: Commands to navigate one-spaced sentences
Description:

Documentation at https://melpa.org/#/sentence-navigation

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-compilation-history 20260413.2031
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/djgoku/compilation-history
Licenses:
Build system: melpa
Synopsis: Track compilation history in SQLite
Description:

Documentation at https://melpa.org/#/compilation-history

emacs-pcomplete-extension 20190928.519
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thierryvolpiatto/pcomplete-extension
Licenses:
Build system: melpa
Synopsis: Additional completion for pcomplete
Description:

Documentation at https://melpa.org/#/pcomplete-extension

emacs-sailfish-scratchbox 20171202.1332
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/vityafx/sailfish-scratchbox.el
Licenses:
Build system: melpa
Synopsis: Sailfish OS scratchbox inside the emacs
Description:

Documentation at https://melpa.org/#/sailfish-scratchbox

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

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

emacs-projectile-speedbar 20190807.2010
Propagated dependencies: emacs-projectile@20260705.755 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 20260519.1025
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-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-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-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

Total packages: 8483