You must log in or register to comment.
Personally, I flip
:defer
around by settinguse-package-always-defer
and:demand
ing packages that I want loaded at startup.Recently started doing the same, it makes sense to me.
Personally, I flip :defer
around by setting use-package-always-defer
and :demand
ing packages that I want loaded at startup.
Recently started doing the same, it makes sense to me.