_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-lf 20210808.1921
Propagated dependencies: emacs-s@1.13.0 emacs-dash@2.19.1
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://alhassy.github.io/lf.el/
Licenses: GPL 3
Synopsis: A Language Features library for Emacs Lisp
Description:

This library provides common desirable “L”anguage “F”eatures: 0. A unifed interface for defining both variables and functions. LF-DEFINE. 1. A way to define typed, constrained, variables. LF-DEFINE. 2. A way to define type specifed functions. LF-DEFINE. 3. A macro to ease variable updates: (lf-define very-long-name (f it)) ≋ (setq very-long-name (f very-long-name)) 4. A more verbose, yet friendlier, alternative to SETF: LF-DEFINE. Minimal Working Example: (lf-define age 0 [(integerp it) (<= 0 it 100)]) (lf-define age 123) ;; ⇒ Error: Existing constraints for “age” violated! ;; “age” is not updated; it retains old value. (lf-define age 29) ;; OK, “age” is now 29. This file has been tangled from a literate, org-mode, file. There are numerous examples in tests.el.

emacs-mpv 0.2.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/kljohann/mpv.el
Licenses: GPL 3+
Synopsis: control mpv for easy note-taking
#<unspecified>
emacs-git 20140128.1041
Propagated dependencies: emacs-s@1.13.0 emacs-dash@2.19.1 emacs-f@0.21.0
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/rejeep/git.el
Licenses: GPL 3+
Synopsis: An Elisp API for programmatically using Git
Description:

No description available.

emacs-txl 0.0.2-0.5acbd90
Propagated dependencies: emacs-request@0.3.2-1.3336eaa emacs-guess-language@0.0.1-0.e6b78ed
Channel: guixrus
Location: guixrus/packages/emacs.scm (guixrus packages emacs)
Home page: https://github.com/tmalsburg/txl.el
Licenses: GPL 3+
Synopsis: Provides machine translation through DeepL
Description:

Provides machine translation through DeepL

emacs-vis 0.0.1-0.98703c7
Propagated dependencies: emacs-terminal-here@2.0
Channel: guixrus
Location: guixrus/packages/emacs.scm (guixrus packages emacs)
Home page: https://git.sr.ht/~whereiseveryone/emacs-vis
Licenses: GPL 3+
Synopsis: emacs <3 vis
Description:

Launch the vis editor from within emacs.

emacs-zmq 1.0.2
Dependencies: zeromq@4.3.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nnicandro/emacs-zmq
Licenses: GPL 2+ GPL 3+
Synopsis: Emacs bindings to ØMQ
Description:

This package provides Emacs bindings to ØMQ.

emacs-tmr 0.4.0-0.00c0ea6
Dependencies: ffmpeg@5.1.6 sound-theme-freedesktop@0.8
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://protesilaos.com/emacs/tmr
Licenses: GPL 3+ FDL 1.3+
Synopsis: TMR May Ring (tmr)
Description:

Emacs package to set timers using a convenient notation.

emacs-erc 5.6
Propagated dependencies: emacs-compat@30.0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.gnu.org/software/emacs/erc.html
Licenses: GPL 3+
Synopsis: An Emacs Internet Relay Chat client
Description:

ERC is a powerful, modular, and extensible IRC client for Emacs.

emacs-w3m 20220508.2259
Dependencies: w3m@0.5.3+git20230121 imagemagick@6.9.13-5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://emacs-w3m.namazu.org/
Licenses: GPL 2+
Synopsis: Simple Web browser for Emacs based on w3m
Description:

Emacs-w3m is an emacs interface for the w3m web browser.

emacs-fzf 0.2-0.21912eb
Dependencies: fzf@0.54.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bling/fzf.el
Licenses: GPL 3+
Synopsis: Emacs front-end for Fzf finder
Description:

This package provides an Emacs front-end for Fzf general purpose finder.

emacs-tmr 1.0.0
Dependencies: ffmpeg@6.1.1 sound-theme-freedesktop@0.8
Propagated dependencies: emacs-compat@30.0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://protesilaos.com/emacs/tmr/
Licenses: GPL 3+ FDL 1.3+
Synopsis: Set timers using a convenient notation
Description:

TMR is an Emacs package that provides facilities for setting timers using a convenient notation.

emacs-peg 1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/peg.html
Licenses: GPL 3+
Synopsis: Parsing Expression Grammars in Elisp
Description:

This package provides a macro that parses the current buffer according to a parsing expression grammar.

emacs-dpd 0.2.1
Propagated dependencies: emacs-packed@3.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/lilyp/emacs-dpd
Licenses: GPL 3+
Synopsis: Deliver packages to package.el
Description:

This package provides tools for generating package-desc structures and feeding them to package.el library.

emacs-mpv 0.2.0-0.2e0234b
Dependencies: mpv@0.39.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kljohann/mpv.el/
Licenses: GPL 3+
Synopsis: Control MPV for easy note taking
Description:

This package is a potpourri of helper functions to control a MPV process via its IPC interface.

emacs-fsm 0.2.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/fsm.html
Licenses: GPL 3+
Synopsis: Finite State Machine library
Description:

This package provides Finite State Machine library to make asynchronous programming in Emacs Lisp easy and fun.

emacs-vlf 1.7.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/m00natic/vlfi/
Licenses: GPL 2+
Synopsis: View large files in Emacs
Description:

Vlf is an Emacs minor mode that allows viewing, editing, searching and comparing large files in batches.

emacs-ghq 0.2.0
Dependencies: ghq@1.7.1
Propagated dependencies: emacs-dash@2.19.1 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rcoedo/emacs-ghq
Licenses: GPL 3+
Synopsis: Emacs interface for @code{ghq} tool
Description:

This package provides a set of functions wrapping ghq, a tool for organizing remote Go repository clones.

emacs-ahg 1.0.0-0.77bc2a6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://bitbucket.org/agriggio/ahg
Licenses: GPL 3+
Synopsis: Emacs front-end for the Mercurial SCM
Description:

This package provides a simple Emacs front-end for the Mercurial Distributed Source Control Management system.

emacs-kbd 0.0.1-1.b9048e9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/slotThe/kbd-mode
Licenses: GPL 3+
Synopsis: Minor mode for syntax highlighting kmonad's @file{.kbd} files
Description:

This minor mode provides syntax highlighting for Lisp-like DSL used in kmonad's configuration files (.kbd).

emacs-znc 0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sshirokov/ZNC.el
Licenses: Expat
Synopsis: Make ERC and ZNC get along better
Description:

This is a thin wrapper around erc that enables one to use the ZNC IRC bouncer with ERC.

emacs-mmt 0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mrkkrp/mmt
Licenses: GPL 3+
Synopsis: Classic tools to write Emacs Lisp macros
Description:

Emacs MMT is a package that contains classic tools for Emacs Lisp developers who want to write macros with convenience.

emacs-map 3.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/map.html
Licenses: GPL 3+
Synopsis: Map manipulation functions
Description:

This package provides Emacs map-manipulation functions that work on alists, hash-table and arrays. All functions are prefixed with map-.

emacs-plt 7.0.0
Propagated dependencies: emacs-javel@1.1.0 emacs-magit@4.3.1 emacs-transient@0.8.5
Channel: plt
Location: plt/packages/emacs-xyz.scm (plt packages emacs-xyz)
Home page: https://sr.ht/~plattfot/dotemacs
Licenses: GPL 3+
Synopsis: Utility functions for my @code{Emacs} config
Description:

This contains elisp functions and other useful things for my configuration for Emacs. But are too niche to become a package.

emacs-edn 1.1.2-1.be9e32d
Propagated dependencies: emacs-peg@1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/expez/edn.el
Licenses: GPL 3+
Synopsis: Read and write EDN from Elisp
Description:

This is an Emacs Lisp library for reading and writing the data format edn. See https://github.com/edn-format/edn.

Total results: 2206