Fix void-function errors from doom//reload
Because certain commands aren't available without core-dispatcher.
This commit is contained in:
parent
733ac8bed7
commit
3228369d73
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,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)
|
(interactive)
|
||||||
|
(require 'core-dispatcher)
|
||||||
(cond ((and noninteractive (not (daemonp)))
|
(cond ((and noninteractive (not (daemonp)))
|
||||||
(require 'server)
|
(require 'server)
|
||||||
(if (not (server-running-p))
|
(if (not (server-running-p))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue