]> git.eshelyaron.com Git - emacs.git/commit
Add new customization option `use-package-always-demand`
authorJohn Wiegley <johnw@newartisans.com>
Thu, 22 Dec 2016 17:02:52 +0000 (09:02 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 22 Dec 2016 17:03:47 +0000 (09:03 -0800)
commitad8094c22d9a1bfbc1ad19bbbe3c164d1dae6850
treed1fb2d2ea860c917ea807ece5b6ef1f4159eda39
parentdbf46d97be7d5f02ad378af0524e615c6bcf1e2c
Add new customization option `use-package-always-demand`

This is equivalent to adding `:demand t` to all `use-package` declarations,
and has the same semantics as doing so (meaning it can be overridden locally
using `:defer t` in a declaration).

Fixes https://github.com/jwiegley/use-package/issues/423
lisp/use-package/use-package.el