bin/doom: fix doom run
This commit is contained in:
parent
a390ef8deb
commit
843c4d085f
1 changed files with 2 additions and 2 deletions
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)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue