Rename core-dispatcher -> core-cli

The file's role is easier to guess at a glance.
This commit is contained in:
Henrik Lissner 2018-06-20 12:03:23 +02:00
parent 8e23ab0a05
commit 1efb0a8298
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 4 additions and 4 deletions

View file

@ -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
init.el and config.el. Then runs `doom-reload-hook'."
(interactive "P")
(require 'core-dispatcher)
(require 'core-cli)
(cond ((and noninteractive (not (daemonp)))
(require 'server)
(if (not (server-running-p))

View file

@ -819,5 +819,5 @@ module. This does not include your byte-compiled, third party packages.'"
(abbreviate-file-name truepath)))
finally do (print! (bold (green "Everything is clean")))))
(provide 'core-dispatcher)
;;; core-dispatcher.el ends here
(provide 'core-cli)
;;; core-cli.el ends here

View file

@ -399,7 +399,7 @@ to least)."
(require 'core-lib)
(require 'core-modules)
(when noninteractive
(require 'core-dispatcher))
(require 'core-cli))
(doom-initialize noninteractive)
(unless noninteractive