From f76ee457eed29f39f9db4521ac881389d45f3706 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 19 Jan 2016 09:48:46 +0100 Subject: Emacs: Use builtin ehelp mode --- tag-emacs/emacs.d/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index dfbcd2ab..abb64c31 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 -- cgit 1.4.1