Fix #2104: prevent double-package-init on 'doom refresh'
'Could not find package emacsmirror-mirror in recipe repositories' error, which shouldn't happen since emacsmirror-mirror is a recipe repo.
This commit is contained in:
parent
9676c7a871
commit
803da8b3b9
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
|
||||||
;; But first we must be sure that Doom and your private config have been
|
;; But first we must be sure that Doom and your private config have been
|
||||||
;; fully loaded. Which usually aren't so in an noninteractive session.
|
;; fully loaded. Which usually aren't so in an noninteractive session.
|
||||||
(let ((doom-interactive-mode 'byte-compile))
|
(let ((doom-interactive-mode 'byte-compile))
|
||||||
(doom-initialize 'force)
|
(doom-initialize)
|
||||||
|
(doom-initialize-packages)
|
||||||
(doom-initialize-core))
|
(doom-initialize-core))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue