mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bin/doom: fix doom run
This commit is contained in:
4
bin/doom
4
bin/doom
@ -56,7 +56,6 @@
|
||||
(setq doom-auto-accept t))))
|
||||
|
||||
;; Bootstrap Doom
|
||||
(setq noninteractive 'doom)
|
||||
(load (expand-file-name "init" emacs-dir)
|
||||
nil 'nomessage)
|
||||
|
||||
@ -68,6 +67,7 @@
|
||||
((not args)
|
||||
(error "Expecting a command"))
|
||||
((let ((default-directory user-emacs-directory))
|
||||
(setq argv nil)
|
||||
(setq argv nil
|
||||
noninteractive 'doom)
|
||||
(doom-dispatch args)))))
|
||||
|
||||
|
Reference in New Issue
Block a user