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 - 2020-09-12 09:07:10 +02:00
parent 362f3cad22
commit 01c451d886
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

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)