diff options
author | Alan Pearce | 2016-01-20 11:47:54 +0100 |
---|---|---|
committer | Alan Pearce | 2016-01-20 11:49:13 +0100 |
commit | fe82a01623f5bcc3f16b2dc70a7b62bc6de43369 (patch) | |
tree | eead35b4f8fc696990c55f134f3b021c67f254f9 /tag-emacs/emacs.d/init.org | |
parent | f20aabc16e189c743efe49f79de4a1903b54e6dc (diff) | |
download | nixfiles-fe82a01623f5bcc3f16b2dc70a7b62bc6de43369.tar.lz nixfiles-fe82a01623f5bcc3f16b2dc70a7b62bc6de43369.tar.zst nixfiles-fe82a01623f5bcc3f16b2dc70a7b62bc6de43369.zip |
Emacs: Bind ehelp correctly
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
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 |