Remap describe-symbol -> helpful-symbol
This commit is contained in:
parent
c07f43bba3
commit
78b4c784a6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue