summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-01-19 09:48:46 +0100
committerAlan Pearce2016-01-19 09:48:46 +0100
commitf76ee457eed29f39f9db4521ac881389d45f3706 (patch)
tree4baec5987f4f03160d6ebd7557a014d161a79fef /tag-emacs/emacs.d
parent51437d154eba80d159cd8485c110f6c778fab75e (diff)
downloaddotfiles-f76ee457eed29f39f9db4521ac881389d45f3706.tar.lz
dotfiles-f76ee457eed29f39f9db4521ac881389d45f3706.tar.zst
dotfiles-f76ee457eed29f39f9db4521ac881389d45f3706.zip
Emacs: Use builtin ehelp mode
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index dfbcd2a..abb64c3 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1126,6 +1126,15 @@ Expand subfolders like a tree inside the parent
 
 * Documentation
 
+** ehelp
+
+ehelp is a less well-known package that’s part of Emacs and slightly
+improves the normal help commands, mostly by making quitting them easier.
+
+#+BEGIN_SRC emacs-lisp
+  (use-package ehelp
+    :bind ("C-h" . ehelp-command))
+#+END_SRC
 ** helm-dash
 
 Emacs’ documentation is great to read from inside Emacs. Helm-dash