diff --git a/core/autoload/help.el b/core/autoload/help.el index 0888a78dd..2ca6c3208 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -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 init.el and config.el. Then runs `doom-reload-hook'." (interactive) + (require 'core-dispatcher) (cond ((and noninteractive (not (daemonp))) (require 'server) (if (not (server-running-p))