mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-28 12:52:11 -08:00
| .. | ||
| completion | ||
| feature | ||
| lang | ||
| private/hlissner | ||
| tools | ||
| ui | ||
| README.md | ||
Modules
Though the structure of these modules loosely take after Spacemacs' notion of layers, they are not meant to be interchangeable. Their purpose is almost purely organizational.
The structure of a module is as follows (all files are optional):
config.el # loaded when module is enabled
packages.el # loaded lazily by DOOM package management
+*.el # extra config files (not automatically loaded)
# lazy-loaded functions
autoload.el
autoload/*.el