From 1a8875a175dc70f8c8ed1528d1e48bd15397ff88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Sun, 3 Nov 2019 21:05:06 +0100 Subject: [PATCH] Mention $DOOMDIR/modules explicitly in docs --- docs/getting_started.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting_started.org b/docs/getting_started.org index 99321bdbf..230d40894 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -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.