emacs.d/bundle/bundle--helpful.el

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