Use helpful for describe-symbol

This commit is contained in:
Jeremy Dormitzer 2023-03-08 11:33:29 -05:00
parent bee426e50a
commit b5f2f7e615

View File

@ -14,6 +14,7 @@
([remap describe-function] #'helpful-callable)
([remap describe-variable] #'helpful-variable)
([remap describe-key] #'helpful-key)
([remap describe-symbol] #'helpful-symbol)
(normal helpful-mode-map "TAB" #'forward-button
"gr" #'helpful-update))