mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix incorrect user-emacs-directory when updating packages #190
This commit is contained in:
@ -153,6 +153,7 @@ Used by `doom/packages-update'."
|
|||||||
(debug! "New thread for: %s" part)
|
(debug! "New thread for: %s" part)
|
||||||
(push (async-start
|
(push (async-start
|
||||||
`(lambda ()
|
`(lambda ()
|
||||||
|
(setq user-emacs-directory ,user-emacs-directory)
|
||||||
(let ((noninteractive t))
|
(let ((noninteractive t))
|
||||||
(load ,(expand-file-name "core.el" doom-core-dir)))
|
(load ,(expand-file-name "core.el" doom-core-dir)))
|
||||||
(delq nil (mapcar #'doom-package-outdated-p ',part))))
|
(delq nil (mapcar #'doom-package-outdated-p ',part))))
|
||||||
|
Reference in New Issue
Block a user