mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactor, across the board
Do you see the board? Now look at the other side. That's how far this refactor extends. Yes.
This commit is contained in:
@ -232,7 +232,7 @@ live server (if one is found) to tell it to run this function.
|
||||
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)
|
||||
(interactive "P")
|
||||
(require 'core-dispatcher)
|
||||
(cond ((and noninteractive (not (daemonp)))
|
||||
(require 'server)
|
||||
|
Reference in New Issue
Block a user