Closed AlynxZhou closed 1 year ago
Instead of using :init, it is documented to use :demand to prevent use-package's auto lazy loading.
:init
:demand
use-package
See https://github.com/jwiegley/use-package#notes-about-lazy-loading.
This works for myself and I suggest to test it on you own configurations before merge it.
The config should be good as is.
Instead of using
:init
, it is documented to use:demand
to preventuse-package
's auto lazy loading.See https://github.com/jwiegley/use-package#notes-about-lazy-loading.