From 21e6304ced0a247f2ddddc1da96cd0a2fd1086c0 Mon Sep 17 00:00:00 2001 From: Cody Wilson Date: Wed, 25 Dec 2019 10:51:44 -0600 Subject: [PATCH] Small typo fix --- docs/faq.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.org b/docs/faq.org index bc5169c94..504ecf1ad 100644 --- a/docs/faq.org +++ b/docs/faq.org @@ -472,7 +472,7 @@ to as your ~$DOOMDIR~. Your private config is typically comprised of an =init.el=, =config.el= and =packages.el= file. Put all your config in =config.el=, install packages by -adding ~package!~ declarations to =packagse.el=, and enable/disable modules in +adding ~package!~ declarations to =packages.el=, and enable/disable modules in you ~doom!~ block, which should have been created in your =init.el= when you first ran ~doom install~.