mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-07 09:42:12 -08:00
Any module can now use a doom! call to declare a module tree root. This means that if you have a doom! block in ~/.emacs.d/modules/lang/org/init.el, then you can have submodules in ~/.emacs.d/modules/lang/org/modules/MODULE/SUBMODULE if you wanted to for some reason. This is only really truly useful for private modules. A doom! block in ~/.doom.d/init.el will recognize and enable modules in ~/.doom.d/modules/. |
||
|---|---|---|
| .. | ||
| app | ||
| completion | ||
| config | ||
| feature | ||
| lang | ||
| tools | ||
| ui | ||