Add binding to refresh Helpful buffers

This commit is contained in:
Jeremy Dormitzer 2021-03-03 09:28:08 -05:00
parent cf9db5078e
commit c540378cc4

View File

@ -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)