Mention $DOOMDIR/modules explicitly in docs

This commit is contained in:
Benno Fünfstück 2019-11-03 21:05:06 +01:00
parent 95c3682716
commit 1a8875a175

View file

@ -694,6 +694,10 @@ modules/
packages.el
doctor.el
#+end_example
By default, doom looks for modules in two places: =.emacs.d/modules/= where doom's
own modules are located and =$DOOMDIR/modules/= where you can define your
own private modules.
*** Structure of a module
**** =init.el=
This file is loaded first, before anything else, but after Doom core is loaded.