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))