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
|
||||
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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue