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:
Henrik Lissner
2024-10-25 20:38:23 -04:00
parent c23b6fa5db
commit 25201a40f3
5 changed files with 9 additions and 9 deletions

View File

@@ -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))