Update READMEs
This commit is contained in:
parent
5c0b8af9d5
commit
b8c97bee47
2 changed files with 82 additions and 100 deletions
|
@ -0,0 +1,17 @@
|
|||
# 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):
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue