Add forward-button binding in Helpful buffers

This commit is contained in:
Jeremy Dormitzer 2021-02-21 23:15:07 -05:00
parent 99d2981753
commit 6bbd60b89e

View File

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