mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 04:09:37 +00:00
Merge pull request from justbur/autoload-keymap
Correct prefix keys after use-package-autoload-keymap GitHub-reference: https://github.com/jwiegley/use-package/issues/686
This commit is contained in:
commit
4a34b41f96
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ deferred until the prefix key sequence is pressed."
|
|||
(bind-key* key keymap)
|
||||
(bind-key key keymap))
|
||||
(setq unread-command-events
|
||||
(listify-key-sequence kv)))
|
||||
(mapcar (lambda (ev) (cons t ev))
|
||||
(listify-key-sequence kv))))
|
||||
(use-package-error
|
||||
(format "package.el %s failed to define keymap %s"
|
||||
package keymap-symbol)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue