use-package icon indicating copy to clipboard operation
use-package copied to clipboard

Bind-key: add command descriptions support

Open a13 opened this issue 4 years ago • 0 comments

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

a13 avatar May 14 '21 23:05 a13