Add doom-core-dir to load-path for child test processes
This commit is contained in:
parent
338b72b898
commit
d9b6bf9438
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@
|
|||
(doom--emacs-binary)
|
||||
nil t nil "--batch"
|
||||
(append (list
|
||||
"-l" (concat doom-core-dir "core.el")
|
||||
"-L" doom-core-dir
|
||||
"-l" "core"
|
||||
"-l" (concat doom-core-dir "test/helpers.el"))
|
||||
(when (file-in-directory-p file doom-modules-dir)
|
||||
(list "-f" "doom-initialize-core"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue