Fix core & core-lib tests

This commit is contained in:
Henrik Lissner 2019-11-07 21:36:18 -05:00
parent d683effd23
commit d099fac2b9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 42 additions and 27 deletions

View file

@ -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)