From fe82a01623f5bcc3f16b2dc70a7b62bc6de43369 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 20 Jan 2016 11:47:54 +0100 Subject: Emacs: Bind ehelp correctly --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') 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 -- cgit 1.4.1