mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08: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:
parent
c23b6fa5db
commit
25201a40f3
5 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
;;; lisp/init.el -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; :core is now treated like a normal module, and this is its (temporary) init
|
||||
;; :doom is now treated like a normal module, and this is its (temporary) init
|
||||
;; file, which will be removed once we've resolved our `use-package' dependency
|
||||
;; (which will soon be moved to its own module), then these will be returned to
|
||||
;; the profile init file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue