summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
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 558d516e..4ac121dc 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