all repos — nixfiles @ fe82a01623f5bcc3f16b2dc70a7b62bc6de43369

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

Emacs: Bind ehelp correctly
Alan Pearce alan.pearce@spotcap.com
Wed, 20 Jan 2016 11:47:54 +0100
commit

fe82a01623f5bcc3f16b2dc70a7b62bc6de43369

parent

f20aabc16e189c743efe49f79de4a1903b54e6dc

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1134,7 +1134,7 @@ improves the normal help commands, mostly by making quitting them easier. 
 #+BEGIN_SRC emacs-lisp
   (use-package ehelp
-    :bind ("C-h" . ehelp-command))
+    :bind-keymap ("C-h" . ehelp-map))
 #+END_SRC
 ** helm-dash