gnu: Add emacs-extmap.
* gnu/packages/emacs-xyz.scm (emacs-extmap): New variable.
This commit is contained in:
parent
937e1ed1a1
commit
7caf919c57
1 changed files with 22 additions and 0 deletions
|
@ -24029,3 +24029,25 @@ (define-public emacs-shell-pop
|
|||
@samp{ansi-term}, and @samp{eshell}. You can also set your custom shell if
|
||||
you use some other configuration.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-extmap
|
||||
(package
|
||||
(name "emacs-extmap")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/doublep/extmap")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09kia3mr4si8kn46kyiza9nl669b22vmgc70ng3mqz742lph5siw"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/doublep/extmap")
|
||||
(synopsis "Externally-stored constant mapping for Emacs Lisp")
|
||||
(description "A very simple package that lets you build a
|
||||
read-only, constant database that maps Emacs Lisp symbols to
|
||||
arbitrary Emacs Lisp objects.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue