Add binding to refresh Helpful buffers
This commit is contained in:
parent
cf9db5078e
commit
c540378cc4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user