Simplify core loading process (part 2)
This commit is contained in:
parent
65748c5809
commit
6e8726a624
2 changed files with 9 additions and 7 deletions
|
@ -26,7 +26,8 @@ If neither is available, run all tests in all enabled modules."
|
|||
(condition-case-unless-debug ex
|
||||
(let (targets)
|
||||
;; ensure DOOM is initialized
|
||||
(load (expand-file-name "core/core.el" user-emacs-directory) nil t)
|
||||
(let (noninteractive)
|
||||
(load (expand-file-name "core/core.el" user-emacs-directory) nil t))
|
||||
;; collect targets
|
||||
(cond ((and command-line-args-left
|
||||
(equal (car command-line-args-left) "--"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue