Fix 'doom update' for chemacs users
Or users who have Doom in a non-standard location (i.e. outside ~/.emacs.d).
This commit is contained in:
parent
3c8e868b1b
commit
115a436273
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ a list of packages that will be installed."
|
||||||
(async-start
|
(async-start
|
||||||
`(lambda ()
|
`(lambda ()
|
||||||
(setq load-path ',load-path
|
(setq load-path ',load-path
|
||||||
doom-modules ',doom-modules)
|
doom-modules ',doom-modules
|
||||||
|
user-emacs-directory ',user-emacs-directory)
|
||||||
(condition-case e
|
(condition-case e
|
||||||
(let (packages errors)
|
(let (packages errors)
|
||||||
(load ,(concat doom-core-dir "core.el"))
|
(load ,(concat doom-core-dir "core.el"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue