Merge pull request #2008 from bennofs/doc-doomdir-modules

docs/getting_started: mention $DOOMDIR/modules
This commit is contained in:
Henrik Lissner 2019-11-05 18:48:11 -05:00 committed by GitHub
commit 2f62d9fd00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.