all repos — nixfiles @ 64b1ff7265e2fb004ccd8625a0a0079f53439550

System and user configuration, managed by nix and home-manager

Emacs: fix helpful keybinds
Alan Pearce alan@alanpearce.eu
Tue, 06 Mar 2018 13:34:59 +0100
commit

64b1ff7265e2fb004ccd8625a0a0079f53439550

parent

65ce8c999a001071ca452e1ccf65f5b4ca8e8062

1 files changed, 5 insertions(+), 3 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1196,9 +1196,11 @@ ;;;;; helpful
 
 (use-package helpful
-  :bind (("C-h k" . helpful-key)
-         ("C-h v" . helpful-variable)
-         ("C-h f" . helpful-callable)))
+  :after ehelp
+  :bind (:map ehelp-map
+              ("k" . helpful-key)
+              ("v" . helpful-variable)
+              ("f" . helpful-callable)))
 
 ;;;;; ehelp