Using use-package the right way
Using use-package the right way

batsov.com
Using use-package the right way

Using use-package the right way
Using use-package the right way
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.