diff --git a/core/core-editor.el b/core/core-editor.el index 740281c20..f05bb613a 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -287,7 +287,8 @@ savehist file." (global-set-key [remap describe-function] #'helpful-callable) (global-set-key [remap describe-command] #'helpful-command) (global-set-key [remap describe-variable] #'helpful-variable) - (global-set-key [remap describe-key] #'helpful-key)) + (global-set-key [remap describe-key] #'helpful-key) + (global-set-key [remap describe-symbol] #'helpful-symbol)) (def-package! ws-butler