Open a13 opened 3 years ago
define-key allows adding descriptions to commands, like
define-key
(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"))
define-key
allows adding descriptions to commands, likeis it possible to add the possibility to use such syntax in use-package?
like