mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user