mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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))))
|
(setq doom-auto-accept t))))
|
||||||
|
|
||||||
;; Bootstrap Doom
|
;; Bootstrap Doom
|
||||||
(setq noninteractive 'doom)
|
|
||||||
(load (expand-file-name "init" emacs-dir)
|
(load (expand-file-name "init" emacs-dir)
|
||||||
nil 'nomessage)
|
nil 'nomessage)
|
||||||
|
|
||||||
@ -68,6 +67,7 @@
|
|||||||
((not args)
|
((not args)
|
||||||
(error "Expecting a command"))
|
(error "Expecting a command"))
|
||||||
((let ((default-directory user-emacs-directory))
|
((let ((default-directory user-emacs-directory))
|
||||||
(setq argv nil)
|
(setq argv nil
|
||||||
|
noninteractive 'doom)
|
||||||
(doom-dispatch args)))))
|
(doom-dispatch args)))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user