| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Correct prefix keys after use-package-autoload-keymap
GitHub-reference: https://github.com/jwiegley/use-package/issues/686
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
By adding events of the form (cons t event) to unread-command-events, Emacs
correctly updates this-command-keys for the subsequent use of the prefix.
Before this change, packages like my which-key were not getting the correct
prefix after use-package-autoload-keymap loaded the relevant package.
See https://github.com/justbur/emacs-which-key/issues/192
|
|/
|
|
| |
This supersedes https://github.com/jwiegley/use-package/issues/617 and closes https://github.com/jwiegley/use-package/issues/648
|
|
|
|
| |
bind-key supports the keyword ":package" but use-package does not know that. Adding this should be helpful. In the future, maybe we could automatically fill in with the use-package package, but that could be a breaking change.
|
|
|
|
|
| |
This reverts commit d21787f1d64a740c0e00899835d9200a0e4690df, reversing
changes made to fd8a3510fd1a555b925f57b2870917e3c4ea0206.
GitHub-reference: https://github.com/jwiegley/use-package/issues/617
|
|
|
|
| |
This reverts commit c29193bf0724633adf7183dad2d0b6faf7d029ab.
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes https://github.com/jwiegley/use-package/issues/585
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds a new extension hook `use-package-autoloads/<KEYWORD>` for
specifying exactly which autoloads a keyword should imply. This is the proper
way to indicate autoloads, rather than adding to the `:commands` entry as was
done before.
Further, autoloading now must occur in order to cause implied deferred
loading; if :bind is used with only lambda forms, for example, this will not
cause deferred loading without `:defer t`.
|
|
|
|
| |
Fixes https://github.com/jwiegley/use-package/issues/566
|
|
|
|
| |
Fixes https://github.com/jwiegley/use-package/issues/550
|
|
|
|
| |
This is related to https://github.com/jwiegley/use-package/issues/550
|
|
|
|
| |
Fixes https://github.com/jwiegley/use-package/issues/555
|
| |
|
|
|