Add forward-button binding in Helpful buffers
This commit is contained in:
parent
99d2981753
commit
6bbd60b89e
@ -11,6 +11,7 @@
|
||||
:general
|
||||
([remap describe-function] #'helpful-callable)
|
||||
([remap describe-variable] #'helpful-variable)
|
||||
([remap describe-key] #'helpful-key))
|
||||
([remap describe-key] #'helpful-key)
|
||||
(normal helpful-mode-map "TAB" #'forward-button))
|
||||
|
||||
(provide 'init-help)
|
||||
|
Loading…
Reference in New Issue
Block a user