_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-pcache 20220724.1841
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
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
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
Dependencies: global@6.6.13
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/leoliu/ggtags
Licenses: GPL 3+
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-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+
Synopsis: Emacs nord theme
#<unspecified>
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+
Synopsis: Extras for diff-mode, vc-git, log-edit, log-view
Description:
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+
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+
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+
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+
Synopsis: Info persist history mode
#<unspecified>
emacs-ob-http 20180707.1448
Propagated dependencies: emacs-s@1.13.0
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/zweifisch/ob-http
Licenses: GPL 3
Synopsis: http request in org-mode babel
Description:

http request in org-mode babel

emacs-litable 0.1-0.b0278f3
Propagated dependencies: emacs-dash@2.19.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fuco1/litable/
Licenses: GPL 3+
Synopsis: Dynamic evaluation replacement with Emacs
Description:

This package provides dynamic evaluation in Emacs.

emacs-flutter 0.1.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/amake/flutter.el.git
Licenses: GPL 3+
Synopsis: Flutter tools for Emacs
Description:

Emacs tools for working with the Flutter SDK

emacs-jenkins 0.1-1.9c7b9d4
Propagated dependencies: emacs-dash@2.19.1
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/rmuslimov/jenkins.el/
Licenses: GPL 3+
Synopsis: Jenkins client for Emacs
Description:

This package provides a Jenkins client for Emacs.

emacs-neotree 0.6.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jaypei/emacs-neotree
Licenses: GPL 3+
Synopsis: Folder tree view for Emacs
Description:

This Emacs package provides a folder tree view.

emacs-enlight 0.3
Propagated dependencies: emacs-compat@30.0.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ichernyshovvv/enlight
Licenses: GPL 3+
Synopsis: Highly customizable startup screen for Emacs
Description:

Lightweight yet very flexible startup screen for Emacs.

emacs-hackles 1.1
Channel: atlas
Location: atlas/packages/emacs-xyz.scm (atlas packages emacs-xyz)
Home page: https://github.com/Michal-Atlas/emacs-hackles
Licenses: GPL 3
Synopsis: Read hackles from Emacs
Description:

Lightly tweaked version of emacs-xkcd to read Hackles.

emacs-hy-mode 1.0.4
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/hylang/hy-mode
Licenses: GPL 3+
Synopsis: Major mode for Hylang
Description:

This package provides a major mode for Hylang.

emacs-origami 0.11.1f38085
Propagated dependencies: emacs-s@1.13.0 emacs-dash@2.19.1
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/gregsexton/origami.el
Licenses: Expat
Synopsis: Folding minor mode for Emacs
Description:

This package provides a text folding minor mode for Emacs.

emacs-prodigy 1.0.0
Propagated dependencies: emacs-dash@2.19.1 emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rejeep/prodigy.el
Licenses: GPL 3+
Synopsis: Manage external services from within Emacs
Description:

This package provides a GUI for defining and monitoring services.

emacs-ansible 0.4.0
Propagated dependencies: emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/emacs-ansible/emacs-ansible
Licenses: GPL 2+
Synopsis: Emacs minor mode for Ansible files
Description:

This is an Emacs minor mode for editing Ansible files.

emacs-memoize 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/skeeto/emacs-memoize
Licenses: Unlicense
Synopsis: Emacs lisp memoization library
Description:

emacs-memoize is an Emacs library for memoizing functions.

emacs-logview 0.19
Propagated dependencies: emacs-datetime@0.10.1 emacs-extmap@1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/doublep/logview/
Licenses: GPL 3+
Synopsis: Emacs mode for viewing log files
Description:

logview provides an Emacs mode to view log files.

emacs-nswbuff 1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joostkremers/nswbuff
Licenses: GPL 3+
Synopsis: Quickly switch between buffers
Description:

This package allows for navigating between buffers within a customizable list.

emacs-showtip 0.01-0.930da30
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/showtip
Licenses: GPL 2+
Synopsis: Show tip at cursor
Description:

This library provide one function to show tooltip near the cursor.

Total results: 2152