mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Have doom//reload return t on success
This commit is contained in:
@ -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)))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user