gnu: Add emacs-free-keys.

* gnu/packages/emacs-xyz.scm (emacs-free-keys): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
jgart 2022-11-11 07:07:59 -06:00 committed by Nicolas Goaziou
parent f9ff7dd1cf
commit c3cbe1c8da
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17100,6 +17100,27 @@ (define-public emacs-which-key
settings).")
(license license:gpl3+)))
(define-public emacs-free-keys
(package
(name "emacs-free-keys")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/Fuco1/free-keys")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0xgifa7s9n882f9ymyyz9gc11xfbj3vfpnxiq1fqfm5hmwx9pwbc"))))
(build-system emacs-build-system)
(home-page "https://github.com/Fuco1/free-keys")
(synopsis "Show free keybindings for modkeys or prefixes in Emacs.")
(description
"Free-keys shows available key bindings in the current Emacs buffer.")
(license license:gpl3+)))
(define-public emacs-hercules
(package
(name "emacs-hercules")