_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-bnfc 20160605.1927
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/jmitchell/bnfc-mode
Licenses: GPL 2+
Synopsis: Define context-free grammars for the BNFC tool
Description:

bnfc-mode simplifies editing BNFC input files in Emacs. BNFC is a handy tool for converting context-free grammars into parsers, syntax highlighters, and documentation.

emacs-yaml 1.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/zkry/yaml.el
Licenses: GPL 3+
Synopsis: YAML parser in Elisp
Description:

yaml.el is a YAML parser written in Emacs Lisp without any external dependencies. It provides an interface similar to the Emacs JSON parsing utility.

emacs-ednc 0.1-0.bf58839
Channel: guixrus
Location: guixrus/packages/emacs.scm (guixrus packages emacs)
Home page: https://github.com/sinic/ednc
Licenses: GPL 3+
Synopsis: The Emacs Desktop Notification Center
Description:

The Emacs Desktop Notification Center (EDNC) is an Emacs package written in pure Lisp that implements a Desktop Notifications service according to the freedesktop.org specification.

emacs-pass 2.0
Propagated dependencies: emacs-password-store@2.3.2 emacs-f@0.21.0
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/NicolasPetton/pass
Licenses: GPL 3+
Synopsis: Major mode for @file{password-store.el}
Description:

This is a major mode for managing password-store (pass) keychains. The keychain entries are displayed in a directory-like structure and can be consulted and modified.

emacs-pass 2.0
Propagated dependencies: emacs-password-store@2.3.2 emacs-f@0.21.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/NicolasPetton/pass
Licenses: GPL 3+
Synopsis: Major mode for @file{password-store.el}
Description:

This is a major mode for managing password-store (pass) keychains. The keychain entries are displayed in a directory-like structure and can be consulted and modified.

emacs-anzu 0.67
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/syohex/emacs-anzu
Licenses: GPL 3+
Synopsis: Show number of matches in mode-line while searching
Description:

Anzu provides a minor mode which displays "current match/total matches" in the mode line in various search modes. This is an Emacs port of Anzu.zim.

emacs-boxy 2.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/grinn.amy/boxy
Licenses: GPL 3+
Synopsis: A boxy layout framework for Emacs
Description:

boxy provides an interface to create a 3D representation of boxes. Other packages can use this library to create expandable menus for interacting with hierarchical data.

emacs-el-x 0.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sigma/el-x
Licenses: GPL 2+
Synopsis: Emacs Lisp extensions
Description:

emacs-el-x defines the dflet macro to provide the historic behavior of flet, as well as declare-function stub for older Emacs.

emacs-tldr 0-2.1b09d20
Dependencies: unzip@6.0
Propagated dependencies: emacs-request@0.3.2-1.3336eaa
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kuanyui/tldr.el
Licenses: WTFPL 2
Synopsis: Simplified and community-driven man pages for Emacs
Description:

Tldr allows the user to access tldr pages from within Emacs. The tldr pages are a community effort to simplify the man pages with practical examples.

emacs-srfi 1.0
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://www.emacswiki.org/emacs/srfi.el
Licenses: GPL 2+
Synopsis: View Scheme requests for implementation
Description:

This file provides a functionality to view SRFIs, Scheme Requests for Implementation, using a simple srfi command. To update the local SRFI cache, use srfi-update-cache.

emacs-sxiv 0.4.1
Dependencies: sxiv@26
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://tildegit.org/contrapunctus/sxiv
Licenses: Unlicense
Synopsis: Launch sxiv from Emacs with Dired integration
Description:

This package integrates sxiv into Dired. It adds a command to start sxiv from a Dired buffer, allowing you to mark or unmark image files in said buffer using sxiv.

emacs-totp 0.1-1.fe05ce6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/juergenhoetzel/emacs-totp
Licenses: GPL 3+
Synopsis: Generate Time-based One-time Passwords (TOTP) in Emacs
Description:

emacs-TOTP implements TOTP as specified in RFC 6238. It supports reading secrets in HEX and multiple base32 variations, including non-standard base32 encodings.

emacs-nssh 0.9.12-1.74d4373
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/nssh
Licenses: GPL 3+
Synopsis: SSH mode for Emacs
Description:

This package provides an SSH mode for Emacs, built on top of Tramp and shell mode. It keeps a history of previously connected hosts and supports auto-completion of known hosts.

emacs-nssh 0.9.12-1.74d4373
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/nssh
Licenses: GPL 3+
Synopsis: SSH mode for Emacs
Description:

This package provides an SSH mode for Emacs, built on top of Tramp and shell mode. It keeps a history of previously connected hosts and supports auto-completion of known hosts.

emacs-ebdb 0.8.22
Dependencies: emacs-org-roam@2.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/girzel/ebdb
Licenses: GPL 3+
Synopsis: EIEIO port of BBDB, Emacs's contact-management package
Description:

EBDB is a contact management/addressbook package for Emacs. It's a re-write of the Insidious Big Brother Database (BBDB) using Emacs Lisp's (relatively new) EIEIO object oriented libraries.

emacs-gntp 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tekai/gntp.el
Licenses: Modified BSD
Synopsis: Growl Notification Protocol for Emacs
Description:

This package implements the Growl Notification Protocol GNTP described at http://www.growlforwindows.com/gfw/help/gntp.aspx. It is incomplete as it only lets you send but not receive notifications.

emacs-helm 4.0.6
Propagated dependencies: emacs-async@1.9.9 emacs-popup@0.5.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://emacs-helm.github.io/helm/
Licenses: GPL 3+
Synopsis: Incremental completion and selection narrowing framework for Emacs
Description:

Helm is an incremental completion and selection narrowing framework for Emacs. It will help steer you in the right direction when you're looking for stuff in Emacs (like buffers, files, etc).

emacs-smex 3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nonsequitur/smex/
Licenses: GPL 3+
Synopsis: M-x interface with Ido-style fuzzy matching
Description:

Smex is a M-x enhancement for Emacs. Built on top of Ido, it provides a convenient interface to your recently and most frequently used commands. And to all the other commands, too.

emacs-yari 0.8-0.de61285
Dependencies: ruby@3.3.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hron/yari.el
Licenses: GPL 3+
Synopsis: Yet Another RI interface for Emacs
Description:

This package provides an Emacs frontend to Ruby's ri documentation tool, and offers lookup and completion. The main function you should use as interface to ri is M-x yari.

emacs-howm 1.5.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://kaorahi.github.io/howm/
Licenses: GPL 1+
Synopsis: Note-taking tool for Emacs
Description:

Howm is a note-taking tool for Emacs. Like emacs-wiki.el, it facilitates using hyperlinks and doing full-text searches. Unlike emacs-wiki.el, it can be combined with any format.

emacs-muse 3.20.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.gnu.org/software/emacs-muse
Licenses: GPL 3+
Synopsis: Authoring and publishing environment for Emacs
Description:

Emacs Muse (also known as Muse) is an authoring and publishing environment for Emacs. It simplifies the process of writing documents and publishing them to various output formats such as HTML, LaTeX, or PDF.

emacs-snow 20221226.2238
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/alphapapa/snow.el
Licenses: GPL 3
Synopsis: Let it snow in Emacs!
Description:

Let it snow in Emacs! Command `snow displays a buffer in which it snows. The storm varies in intensity, a gentle breeze blows at times, and snow accumulates on the terrain in the scene.

emacs-vcsh 0.4.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/stepnem/vcsh-el
Licenses: Public Domain
Synopsis: Emacs VCSH integration
Description:

This library provides basic ``enter'' functionality and a few convenience commands to initialize a VCSH repository and add files to it. It can be used in conjunction with Magit.

emacs-snow 0-1.be17977
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/snow.el/
Licenses: GPL 3+
Synopsis: Let it snow in Emacs
Description:

This package adds a command snow that displays a buffer in which it snows. The storm varies in intensity, a gentle breeze blows at times, and snow accumulates on the terrain in the scene.

Total results: 8378