mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
refactor: rename :core module group to :doom
I'll soon introduce a new family of core modules which will house most of what's currently in the doom-*.el libs, moving them out of core.
This commit is contained in:
@@ -412,7 +412,7 @@ Defaults to the profile at `doom-profile-default'."
|
||||
(let ((noextfile (file-name-sans-extension file)))
|
||||
`(with-doom-module ',key
|
||||
,(pcase key
|
||||
('(:core . nil)
|
||||
('(:doom . nil)
|
||||
`(doom-load
|
||||
(file-name-concat
|
||||
doom-core-dir ,(file-name-nondirectory noextfile))
|
||||
|
Reference in New Issue
Block a user