all repos — nixfiles @ 2fdb0124b193698de9736a07db5b6861500fa621

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

Emacs: Move ehelp

Alan Pearce
commit

2fdb0124b193698de9736a07db5b6861500fa621

parent

d0b359989fbd84beba5a0a84af899e6840dff580

1 file changed, 8 insertions(+), 8 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1192,6 +1192,14 @@ ("/" . dired-narrow))))
;;;; 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. + +(use-package ehelp + :bind-keymap ("C-h" . ehelp-map)) + ;;;;; helpful (use-package helpful
@@ -1200,14 +1208,6 @@ :bind (:map ehelp-map
("k" . helpful-key) ("v" . helpful-variable) ("f" . helpful-callable))) - -;;;;; 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. - -(use-package ehelp - :bind-keymap ("C-h" . ehelp-map)) ;;;;; discover-my-major