Remove vestigial reference to doom-module-table
This commit is contained in:
parent
400a4dafdb
commit
8d4971d02b
1 changed files with 25 additions and 26 deletions
|
@ -14,8 +14,7 @@ If neither is available, run all tests in all enabled modules."
|
||||||
(doom-initialize t)
|
(doom-initialize t)
|
||||||
(doom-initialize-modules t))
|
(doom-initialize-modules t))
|
||||||
(condition-case-unless-debug ex
|
(condition-case-unless-debug ex
|
||||||
(let* ((doom-modules (doom-module-table))
|
(let ((target-paths
|
||||||
(target-paths
|
|
||||||
;; Convert targets (either from MODULES or `argv') into a list of
|
;; Convert targets (either from MODULES or `argv') into a list of
|
||||||
;; string paths, pointing to the root directory of modules
|
;; string paths, pointing to the root directory of modules
|
||||||
(cond ((stringp (car modules)) ; command line
|
(cond ((stringp (car modules)) ; command line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue