Have doom//reload return t on success
This commit is contained in:
parent
dea7c10771
commit
7c611df6a6
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ init.el and config.el. Then runs `doom-reload-hook'."
|
|||
(doom-initialize t)
|
||||
(doom-initialize-modules t)
|
||||
(print! (green "%d packages reloaded" (length package-alist)))
|
||||
(run-hooks 'doom-reload-hook))))))
|
||||
(run-hooks 'doom-reload-hook)
|
||||
t)))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue