Do not defer theme-buffet until Elpaca is fully done

I'm checking to see this if is the cause of Emacs hang on first
launch.
This commit is contained in:
Vedang Manerikar 2024-12-10 16:33:23 +05:30
parent e10c401db6
commit 1f06c2b0d1
2 changed files with 8 additions and 10 deletions

View file

@ -754,7 +754,6 @@ Bruno Boal is the lead developer and Prot is a co-maintainer.
(use-package theme-buffet
:ensure t
:after (:any modus-themes ef-themes)
:defer 1
:config
(let ((modus-themes-p (featurep 'modus-themes))
(ef-themes-p (featurep 'ef-themes)))

View file

@ -133,7 +133,6 @@
(use-package theme-buffet
:ensure t
:after (:any modus-themes ef-themes)
:defer 1
:config
(let ((modus-themes-p (featurep 'modus-themes))
(ef-themes-p (featurep 'ef-themes)))