Remove describe-symbol -> helpful-symbol remapping
helpful-symbol isn't a drop-in replacement for describe-symbol.
This commit is contained in:
parent
fe28c40371
commit
3f282829bf
1 changed files with 1 additions and 2 deletions
|
@ -277,8 +277,7 @@ savehist file."
|
|||
[remap describe-function] #'helpful-callable
|
||||
[remap describe-command] #'helpful-command
|
||||
[remap describe-variable] #'helpful-variable
|
||||
[remap describe-key] #'helpful-key
|
||||
[remap describe-symbol] #'helpful-symbol))
|
||||
[remap describe-key] #'helpful-key))
|
||||
|
||||
|
||||
(def-package! ws-butler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue