summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-01-20 11:47:54 +0100
committerAlan Pearce2016-01-20 11:49:13 +0100
commitfe82a01623f5bcc3f16b2dc70a7b62bc6de43369 (patch)
treeeead35b4f8fc696990c55f134f3b021c67f254f9 /tag-emacs/emacs.d
parentf20aabc16e189c743efe49f79de4a1903b54e6dc (diff)
downloaddotfiles-fe82a01623f5bcc3f16b2dc70a7b62bc6de43369.tar.lz
dotfiles-fe82a01623f5bcc3f16b2dc70a7b62bc6de43369.tar.zst
dotfiles-fe82a01623f5bcc3f16b2dc70a7b62bc6de43369.zip
Emacs: Bind ehelp correctly
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 558d516..4ac121d 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-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