_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-embark 0.22.1-8.f883140
Dependencies: xdg-utils@1.2.1
Propagated dependencies: emacs-compat@30.1.0.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/oantolin/embark
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs mini-buffer actions rooted in keymaps
Description:

This package provides a sort of right-click contextual menu for Emacs offering you relevant actions to use on a target determined by the context.

In the minibuffer, the target is the current best completion candidate. In the *Completions* buffer the target is the completion at point. In a regular buffer, the target is the region if active, or else the file, symbol or URL at point.

The type of actions offered depend on the type of the target. For files you get offered actions like deleting, copying, renaming, visiting in another window, running a shell command on the file, etc. For buffers the actions include switching to or killing the buffer. For package names the actions include installing, removing or visiting the homepage.

emacs-pcache 20220724.1841
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
Build system: emacs
Synopsis: persistent caching for Emacs.
Description:

pcache provides a persistent way of caching data, in a hashtable-like structure. It relies on `eieio-persistent in the backend, so that any object that can be serialized by EIEIO can be stored with pcache. pcache handles objects called "repositories" (`pcache-repository') and "entries" (`pcache-entry'). Each repository is identified by a unique name, that defines an entry in `pcache-directory'. Subdirectories are allowed, by the use of a directory separator in the repository name. Example: (let ((repo (pcache-repository "plop"))) (pcache-put repo foo 42) ; store value 42 with key foo (pcache-get repo foo) ; => 42 ) Keys can be pretty much any Lisp object, and are compared for equality using `eql Optionally, cache entries can expire: (let ((repo (pcache-repository "plop"))) (pcache-put repo foo 42 1) ; store value 42 with key foo for 1 second (sleep-for 1) (pcache-get repo foo) ; => nil )

emacs-number 20170901.1312
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 3
Build system: emacs
Synopsis: Working with numbers at point.
Description:

Do trivial arithmetic on the numbers at point. Attempts to preserve padding when it can. Examples: M-x number/add 1 RET 1 -> 2 05 -> 06 6.30 -> 7.30 07.30 -> 08.30 -08.30 -> -07.30 M-x number/pad 2 RET 5 -> 05 M-x number/pad 2 RET 6 RET 3.141 -> 03.141000 The "guessing" where the number is isn't yet quite awesome, e.g. it doesn't know that the 05 in "2014-05-01" is a month and not, e.g. the number -05. But you can use the region to explicitly denote the start and end of the number. The following keybindings might be nice to use: (global-set-key (kbd "C-c C-+") number/add) (global-set-key (kbd "C-c C--") number/sub) (global-set-key (kbd "C-c C-*") number/multiply) (global-set-key (kbd "C-c C-/") number/divide) (global-set-key (kbd "C-c C-0") number/pad) (global-set-key (kbd "C-c C-=") number/eval)

emacs-ggtags 0.9.0-0.4e3630c
Dependencies: global@6.6.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/leoliu/ggtags
Licenses: GPL 3+
Build system: emacs
Synopsis: Frontend to the GNU Global source code tagging system
Description:

ggtags provides a frontend to the GNU Global source code tagging system.

Features:

  • Build on compile.el for asynchronicity and its large feature-set.

  • Automatically update Global's tag files when needed with tuning for large source trees.

  • Intuitive navigation among multiple matches with mode-line display of current match, total matches and exit status.

  • Read tag with completion.

  • Show definition at point.

  • Jump to #include files.

  • Support search history and saving a search to register/bookmark.

  • Query replace.

  • Manage Global's environment variables on a per-project basis.

  • Highlight (definition) tag at point.

  • Abbreviated display of file names.

  • Support all Global search backends: grep, idutils, etc.

  • Support exuberant ctags http://ctags.sourceforge.net/ and pygments backend.

  • Support all Global's output formats: grep, ctags-x, cscope etc.

  • Support projects on remote hosts (e.g. via tramp).

  • Support eldoc.

  • Search GTAGSLIBPATH for references and symbols.

emacs-emacsql 20260101.1849
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/magit/emacsql
Licenses:
Build system: melpa
Synopsis: High-level SQL database front-end
Description:

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

emacs-agitate 0-0.0e382c0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~protesilaos/agitate
Licenses: GPL 3+
Build system: emacs
Synopsis: Extras for diff-mode, vc-git, log-edit, log-view
Description:
emacs-nordrrr 0.1-19.923a55a
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/nordrrr
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs nord theme
#<unspecified>
emacs-cuirass 0.3-1.4b89e02
Propagated dependencies: emacs-bui@1.2.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/cuirass.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Interface for Guix build farm Cuirass
#<unspecified>
emacs-orglink 1.1.6-0.05df498
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/tarsius/orglink
Licenses: GPL 3+
Build system: emacs
Synopsis: Use Org Mode links in other modes
#<unspecified>
emacs-prot-vc 0.1.0-2.f6b41b4
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://gitlab.com/protesilaos/dotfiles/
Licenses: GPL 3+
Build system: emacs
Synopsis: Extensions to vc.el for dotemacs
#<unspecified>
emacs-info-ph 0.0.1-0.a867f98
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/info-ph
Licenses: GPL 3+
Build system: emacs
Synopsis: Info persist history mode
#<unspecified>
emacs-pophint 20250202.713
Propagated dependencies: emacs-log4e@20240123.1313 emacs-yaxception@20240107.504
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/aki2o/emacs-pophint
Licenses:
Build system: melpa
Synopsis: Provide navigation using pop-up tips, like Firefox's Vimperator Hint Mode
Description:

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

emacs-doxymin 20251122.1103
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/L0ren2/doxymin
Licenses:
Build system: melpa
Synopsis: Create doxygen style docs the easy way
Description:

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

emacs-ibrowse 20230926.2056
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://git.sr.ht/~ngraves/ibrowse.el
Licenses:
Build system: melpa
Synopsis: Interact with your browser
Description:

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

emacs-express 20140508.2041
Propagated dependencies: emacs-string-utils@20140508.2041
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/rolandwalker/express
Licenses:
Build system: melpa
Synopsis: Alternatives to `message'
Description:

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

emacs-prompts 20160916.1041
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/guiltydolphin/prompts.el
Licenses:
Build system: melpa
Synopsis: Utilities for working with text prompts
Description:

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

emacs-modaled 20250124.2004
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/DCsunset/modaled
Licenses:
Build system: melpa
Synopsis: Build your own minor modes for modal editing
Description:

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

emacs-rmsbolt 20250325.50
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://gitlab.com/jgkamat/rmsbolt
Licenses:
Build system: melpa
Synopsis: A compiler output viewer
Description:

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

emacs-keyfreq 20231107.106
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/dacap/keyfreq
Licenses:
Build system: melpa
Synopsis: Track command frequencies
Description:

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

emacs-clipmon 20180129.1054
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/bburns/clipmon
Licenses:
Build system: melpa
Synopsis: Clipboard monitor - watch system clipboard, add changes to kill ring/autoinsert
Description:

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

emacs-bicycle 20260101.1825
Propagated dependencies: emacs-compat@30.1.0.1
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tarsius/bicycle
Licenses:
Build system: melpa
Synopsis: Cycle outline and code visibility
Description:

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

emacs-yequake 20200219.2323
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/alphapapa/yequake
Licenses:
Build system: melpa
Synopsis: Drop-down frames, like Yakuake
Description:

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

emacs-magrant 20210706.1438
Propagated dependencies: emacs-dash@20250312.1307 emacs-s@20220902.1511 emacs-tablist@20231019.1126 emacs-friendly-shell-command@20230916.1426
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/p3r7/magrant
Licenses:
Build system: melpa
Synopsis: Transient Interface to Vagrant
Description:

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

emacs-request 20250219.2213
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tkf/emacs-request
Licenses:
Build system: melpa
Synopsis: Compatible layer for URL request
Description:

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

Total results: 8518