From 78b4c784a6535e6c2adf252838a9dbf2b2522d08 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 3 Mar 2019 01:26:30 -0500 Subject: [PATCH] Remap describe-symbol -> helpful-symbol --- core/core-editor.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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