mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 12:49:38 +00:00
Add autoload cookie for use-package-autoload-keymap
Fixes https://github.com/jwiegley/use-package/issues/337
This commit is contained in:
parent
a4c3244f30
commit
61d6a8e449
1 changed files with 1 additions and 0 deletions
|
@ -819,6 +819,7 @@ If RECURSED is non-nil, recurse into sublists."
|
||||||
(defalias 'use-package-normalize/:bind-keymap 'use-package-normalize-binder)
|
(defalias 'use-package-normalize/:bind-keymap 'use-package-normalize-binder)
|
||||||
(defalias 'use-package-normalize/:bind-keymap* 'use-package-normalize-binder)
|
(defalias 'use-package-normalize/:bind-keymap* 'use-package-normalize-binder)
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun use-package-autoload-keymap (keymap-symbol package override)
|
(defun use-package-autoload-keymap (keymap-symbol package override)
|
||||||
"Loads PACKAGE and then binds the key sequence used to invoke
|
"Loads PACKAGE and then binds the key sequence used to invoke
|
||||||
this function to KEYMAP-SYMBOL. It then simulates pressing the
|
this function to KEYMAP-SYMBOL. It then simulates pressing the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue