mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
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`. |
||
|---|---|---|
| .. | ||
| bind-chord.el | ||
| bind-key.el | ||
| use-package-bind-key.el | ||
| use-package-chords.el | ||
| use-package-core.el | ||
| use-package-delight.el | ||
| use-package-diminish.el | ||
| use-package-ensure-system-package.el | ||
| use-package-ensure.el | ||
| use-package-jump.el | ||
| use-package.el | ||