use-package
use-package copied to clipboard
Bind-key: add command descriptions support
define-key allows adding descriptions to commands, like
(define-key map map '("Foo Bar Something" . foo-bar))
is it possible to add the possibility to use such syntax in use-package?
like
(use-package smart-comment
:ensure t
:bind ("M-;" smart-comment "Add a comment smartly"))