1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
emacs/lisp/use-package
John Wiegley 8fefa49d39 Changes to the way auto-deferral is indicated
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`.
2017-12-07 13:14:32 -08:00
..
bind-chord.el Please the byte-compiler 2017-12-04 11:53:52 -08:00
bind-key.el Update some GPL version references 2017-12-06 06:19:15 -08:00
use-package-bind-key.el Changes to the way auto-deferral is indicated 2017-12-07 13:14:32 -08:00
use-package-chords.el Add missing autoload cookies 2017-12-05 10:29:51 -08:00
use-package-core.el Changes to the way auto-deferral is indicated 2017-12-07 13:14:32 -08:00
use-package-delight.el Remove Package-Requires for diminish and delight, as these are optional 2017-12-06 10:45:34 -08:00
use-package-diminish.el Remove Package-Requires for diminish and delight, as these are optional 2017-12-06 10:45:34 -08:00
use-package-ensure-system-package.el Add missing autoload cookies 2017-12-05 10:29:51 -08:00
use-package-ensure.el use-package-defaults predicate must also receive the package name 2017-12-06 10:51:24 -08:00
use-package-jump.el Add several missing comments 2017-12-04 15:24:31 -08:00
use-package.el Add several missing comments 2017-12-04 15:24:31 -08:00