From b5f2f7e61542e71d8e6bf5fb589e73df8f22a553 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 8 Mar 2023 11:33:29 -0500 Subject: [PATCH] Use helpful for describe-symbol --- emacs/.emacs.d/config/init-help.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.emacs.d/config/init-help.el b/emacs/.emacs.d/config/init-help.el index 840a218..b0f6e30 100644 --- a/emacs/.emacs.d/config/init-help.el +++ b/emacs/.emacs.d/config/init-help.el @@ -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))