Fix incorrect user-emacs-directory when updating packages #190
This commit is contained in:
parent
9e13ce0536
commit
81c54684de
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue