mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add doom-core-dir to load-path for child test processes
This commit is contained in:
@ -61,7 +61,8 @@
|
|||||||
(doom--emacs-binary)
|
(doom--emacs-binary)
|
||||||
nil t nil "--batch"
|
nil t nil "--batch"
|
||||||
(append (list
|
(append (list
|
||||||
"-l" (concat doom-core-dir "core.el")
|
"-L" doom-core-dir
|
||||||
|
"-l" "core"
|
||||||
"-l" (concat doom-core-dir "test/helpers.el"))
|
"-l" (concat doom-core-dir "test/helpers.el"))
|
||||||
(when (file-in-directory-p file doom-modules-dir)
|
(when (file-in-directory-p file doom-modules-dir)
|
||||||
(list "-f" "doom-initialize-core"))
|
(list "-f" "doom-initialize-core"))
|
||||||
|
Reference in New Issue
Block a user