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

6 lines
192 B
EmacsLisp
Raw Normal View History

2022-04-30 15:09:36 +02:00
(use-package helpful
:commands (helpful-callable helpful-variable helpful-command helpful-key)
:bind
([remap describe-command] . helpful-command)
([remap describe-key] . helpful-key))