Defer package loading by default

This is what we have done explicitly all along, so we also can make it the
default (I didn't know this was possible until right now …).
This commit is contained in:
Daniel Borchmann 2020-09-12 09:07:10 +02:00
parent 362f3cad22
commit 01c451d886
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -40,7 +40,8 @@
(package-initialize))
(eval-when-compile
(setq use-package-enable-imenu-support t)
(setq use-package-enable-imenu-support t
use-package-always-defer t)
(dolist (package '(bind-key use-package))
(unless (package-installed-p package)