emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark 6572462f6c 2/2: Add key binding to display info


From: ELPA Syncer
Subject: [elpa] externals/embark 6572462f6c 2/2: Add key binding to display info manual for a library
Date: Fri, 31 Dec 2021 10:57:34 -0500 (EST)

branch: externals/embark
commit 6572462f6c9ffbf720f53def86462e95de887610
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Add key binding to display info manual for a library
    
    I just discovered the existence of this command by using C-h C-h.
---
 embark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 3775716d9c..4d46e1014b 100644
--- a/embark.el
+++ b/embark.el
@@ -3886,7 +3886,8 @@ and leaves the point to the left of it."
   ("f" find-library)
   ("h" finder-commentary)
   ("a" apropos-library)
-  ("L" locate-library))
+  ("L" locate-library)
+  ("m" info-display-manual))
 
 (embark-define-keymap embark-buffer-map
   "Keymap for Embark buffer actions."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]