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:
parent
e10c401db6
commit
1f06c2b0d1
2 changed files with 8 additions and 10 deletions
|
@ -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)))
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue