From e08c92c631b1dcbbcc8f78f5c8265032010e1124 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Dec 2017 10:54:14 +0100 Subject: Emacs: Bind helpful keys --- emacs/.emacs.d/main.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 0f50e873..1ef88f7a 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1188,7 +1188,10 @@ With two prefix arguments, write out the day and month name." ;;;;; helpful -(use-package helpful) +(use-package helpful + :bind (("C-h k" . helpful-key) + ("C-h v" . helpful-variable) + ("C-h f" . helpful-callable))) ;;;;; ehelp -- cgit 1.4.1