5 lines
192 B
EmacsLisp
5 lines
192 B
EmacsLisp
(use-package helpful
|
|
:commands (helpful-callable helpful-variable helpful-command helpful-key)
|
|
:bind
|
|
([remap describe-command] . helpful-command)
|
|
([remap describe-key] . helpful-key))
|