Introduce doom-interactive-mode
As soft inverse alias for noninteractive; this makes it easier to unit test functionality that depends on the session type.
This commit is contained in:
parent
91b27bdccc
commit
4b736bef68
9 changed files with 23 additions and 21 deletions
2
bin/doom
2
bin/doom
|
@ -82,7 +82,7 @@
|
|||
|
||||
;; Bootstrap Doom
|
||||
(if (not noninteractive)
|
||||
(progn
|
||||
(let ((doom-interactive-mode t))
|
||||
(load (expand-file-name "init.el" user-emacs-directory)
|
||||
nil 'nomessage)
|
||||
(doom-run-all-startup-hooks-h))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue