GNU bug report logs -
#59186
[PATCH] gnu: Add emacs-free-keys.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 10 Nov 2022 23:17:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 59186 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-free-keys): New variable.
Hi Nicolas,
Sorry about that. Here is v2 with the texinfo markup updated.
Is what you're saying that @code markup should never be used to reference
guix code?
all best,
jgart
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c0faf221d6..b2cf31d3d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33866,6 +33866,28 @@ (define-public emacs-vertico-posframe
a vertical completion UI.")
(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")
+ (description
+"@code{free-keys} shows available key bindings in the current
+buffer.")
+ (license license:gpl3+)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.38.1
This bug report was last modified 2 years and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.