mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
module: move :core to :doom
These stubs snuck into037b018, but were supposed to be in lisp/modules/* anyway. Amend:037b018cdd
This commit is contained in:
parent
a9e08e15d7
commit
ba18967855
7 changed files with 12 additions and 0 deletions
3
lisp/modules/.doommodule
Normal file
3
lisp/modules/.doommodule
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"3.0.0-pre"
|
||||
((name . :doom)
|
||||
(depth . -110))
|
||||
3
lisp/modules/cli/.doommodule
Normal file
3
lisp/modules/cli/.doommodule
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"3.0.0-pre"
|
||||
((name :doom cli)
|
||||
(depth . -100))
|
||||
3
lisp/modules/compat/.doommodule
Normal file
3
lisp/modules/compat/.doommodule
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"3.0.0-pre"
|
||||
((name :doom compat)
|
||||
(depth -115 -101))
|
||||
3
lisp/modules/emacs/.doommodule
Normal file
3
lisp/modules/emacs/.doommodule
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"3.0.0-pre"
|
||||
((name :doom emacs)
|
||||
(depth -100 100))
|
||||
Loading…
Add table
Add a link
Reference in a new issue