Rename core-dispatcher -> core-cli
The file's role is easier to guess at a glance.
This commit is contained in:
parent
8e23ab0a05
commit
1efb0a8298
3 changed files with 4 additions and 4 deletions
|
@ -233,7 +233,7 @@ If called from an interactive session, tries to reload autoloads files (if
|
||||||
necessary), reinistalize doom (via `doom-initialize') and reloads your private
|
necessary), reinistalize doom (via `doom-initialize') and reloads your private
|
||||||
init.el and config.el. Then runs `doom-reload-hook'."
|
init.el and config.el. Then runs `doom-reload-hook'."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(require 'core-dispatcher)
|
(require 'core-cli)
|
||||||
(cond ((and noninteractive (not (daemonp)))
|
(cond ((and noninteractive (not (daemonp)))
|
||||||
(require 'server)
|
(require 'server)
|
||||||
(if (not (server-running-p))
|
(if (not (server-running-p))
|
||||||
|
|
|
@ -819,5 +819,5 @@ module. This does not include your byte-compiled, third party packages.'"
|
||||||
(abbreviate-file-name truepath)))
|
(abbreviate-file-name truepath)))
|
||||||
finally do (print! (bold (green "Everything is clean")))))
|
finally do (print! (bold (green "Everything is clean")))))
|
||||||
|
|
||||||
(provide 'core-dispatcher)
|
(provide 'core-cli)
|
||||||
;;; core-dispatcher.el ends here
|
;;; core-cli.el ends here
|
|
@ -399,7 +399,7 @@ to least)."
|
||||||
(require 'core-lib)
|
(require 'core-lib)
|
||||||
(require 'core-modules)
|
(require 'core-modules)
|
||||||
(when noninteractive
|
(when noninteractive
|
||||||
(require 'core-dispatcher))
|
(require 'core-cli))
|
||||||
|
|
||||||
(doom-initialize noninteractive)
|
(doom-initialize noninteractive)
|
||||||
(unless noninteractive
|
(unless noninteractive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue