Remap describe-symbol -> helpful-symbol

This commit is contained in:
Henrik Lissner 2019-03-03 01:26:30 -05:00
parent c07f43bba3
commit 78b4c784a6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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