all repos — nixfiles @ e08c92c631b1dcbbcc8f78f5c8265032010e1124

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

Emacs: Bind helpful keys

Alan Pearce
commit

e08c92c631b1dcbbcc8f78f5c8265032010e1124

parent

8f00c98d5d06a0f9eed7ffa717aa9141d19b8ca7

1 file changed, 4 insertions(+), 1 deletion(-)

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