From c540378cc4c8f2601e5c1a17eed9c8e0f83323b9 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 3 Mar 2021 09:28:08 -0500 Subject: [PATCH] Add binding to refresh Helpful buffers --- emacs/.emacs.d/config/init-help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/config/init-help.el b/emacs/.emacs.d/config/init-help.el index 5511680..b2fabf7 100644 --- a/emacs/.emacs.d/config/init-help.el +++ b/emacs/.emacs.d/config/init-help.el @@ -12,6 +12,7 @@ ([remap describe-function] #'helpful-callable) ([remap describe-variable] #'helpful-variable) ([remap describe-key] #'helpful-key) - (normal helpful-mode-map "TAB" #'forward-button)) + (normal helpful-mode-map "TAB" #'forward-button + "gr" #'helpful-update)) (provide 'init-help)