Replace doom/describe-symbol w/ helpful-symbol
And helpful-at-point.
This commit is contained in:
parent
52b69ec7eb
commit
29250133e8
3 changed files with 3 additions and 18 deletions
|
@ -389,7 +389,7 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
|||
(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] #'doom/describe-symbol)
|
||||
(global-set-key [remap describe-symbol] #'helpful-symbol)
|
||||
|
||||
(defun doom-use-helpful-a (orig-fn &rest args)
|
||||
"Force ORIG-FN to use helpful instead of the old describe-* commands."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue