all repos — archive/dotfiles @ e08c92c631b1dcbbcc8f78f5c8265032010e1124

Superseded by nixfiles

Emacs: Bind helpful keys
Alan Pearce alan@alanpearce.eu
Wed, 13 Dec 2017 10:54:14 +0100
commit

e08c92c631b1dcbbcc8f78f5c8265032010e1124

parent

8f00c98d5d06a0f9eed7ffa717aa9141d19b8ca7

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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