Fix core & core-lib tests
This commit is contained in:
parent
d683effd23
commit
d099fac2b9
3 changed files with 42 additions and 27 deletions
|
@ -18,7 +18,7 @@
|
|||
(setq targets
|
||||
(cons doom-core-dir
|
||||
(cl-remove-if-not
|
||||
(lambda (path) (file-in-directory-p path doom-emacs-dir))
|
||||
(doom-rpartial #'file-in-directory-p doom-emacs-dir)
|
||||
;; Omit `doom-private-dir', which is always first
|
||||
(let (doom-modules)
|
||||
(load (expand-file-name "test/init" doom-core-dir) nil t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue