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:
parent
8898c5cb9a
commit
c54fb7b8c0
2 changed files with 4 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue