all repos — nixfiles @ f76ee457eed29f39f9db4521ac881389d45f3706

System and user configuration, managed by nix and home-manager

Emacs: Use builtin ehelp mode

Alan Pearce
commit

f76ee457eed29f39f9db4521ac881389d45f3706

parent

51437d154eba80d159cd8485c110f6c778fab75e

1 file changed, 9 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1126,6 +1126,15 @@ #+END_SRC
* 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