mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Load module init.el too from require! macro
This commit is contained in:
@ -401,7 +401,9 @@ The module is only loaded once. If RELOAD-P is non-nil, load it again."
|
||||
module submodule)
|
||||
(doom-module-enable module submodule flags)
|
||||
`(condition-case-unless-debug ex
|
||||
(load! config ,module-path t)
|
||||
(progn
|
||||
(load! init ,module-path t)
|
||||
(load! config ,module-path t))
|
||||
('error
|
||||
(lwarn 'doom-modules :error
|
||||
"%s in '%s %s' -> %s"
|
||||
|
Reference in New Issue
Block a user