fix(emacs-lisp): unremap describe-symbol to helpful-symbol
The latter can't look up cl types. Rather than remap it globally, allow folks to bind them separately.
This commit is contained in:
parent
b681504582
commit
d34770407c
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ See `+emacs-lisp-non-package-mode' for details.")
|
|||
(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-symbol] #'helpful-symbol)
|
||||
;; (global-set-key [remap describe-symbol] #'helpful-symbol)
|
||||
|
||||
(defun doom-use-helpful-a (fn &rest args)
|
||||
"Force FN to use helpful instead of the old describe-* commands."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue