Emacs: Bind helpful keys
Alan Pearce alan@alanpearce.eu
Wed, 13 Dec 2017 10:54:14 +0100
1 files changed, 4 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -1188,7 +1188,10 @@ ;;;; Documentation ;;;;; helpful -(use-package helpful) +(use-package helpful + :bind (("C-h k" . helpful-key) + ("C-h v" . helpful-variable) + ("C-h f" . helpful-callable))) ;;;;; ehelp