mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix package advice interfering with doom-initialize
...by aggressively reloading the config from within doom-initialize (too early, some state hasn't been initialized at this point).
This commit is contained in:
@ -502,6 +502,7 @@ calls."
|
||||
;;;###autoload
|
||||
(defun doom*package-delete (desc &rest _)
|
||||
"Update `quelpa-cache' upon a successful `package-delete'."
|
||||
(doom-initialize-packages)
|
||||
(let ((name (package-desc-name desc)))
|
||||
(when (and (not (package-installed-p name))
|
||||
(assq name quelpa-cache))
|
||||
|
Reference in New Issue
Block a user