branch: externals/embark
commit 6572462f6c9ffbf720f53def86462e95de887610
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>

    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