mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Load files during byte-compilation
Prevents issues like missing macro definitions in later modules, at the cost of making byte-compilation a little heavier.
This commit is contained in:
@ -626,6 +626,7 @@ If ONLY-RECOMPILE-P is non-nil, only recompile out-of-date files."
|
||||
total-fail)
|
||||
(t
|
||||
(message! (green "Compiled %s" short-name))
|
||||
(quiet! (load file t t))
|
||||
total-success))))))
|
||||
(message!
|
||||
(bold
|
||||
|
Reference in New Issue
Block a user