mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Remove vestigial reference to doom-module-table
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user