From 65b283501a33c1c75ca9a9eac6e8a8098ee7f69c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 19 Mar 2023 22:35:58 -0400 Subject: [PATCH] docs(cli): assume ~/.config/emacs by default Once 'doom install' finishes, further instruction still assumes your config lives in ~/.doom.d, which was supposed to be changed in c1c966c to prefer ~/.config/doom. Amend: c1c966c8119e --- templates/QUICKSTART_INTRO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/QUICKSTART_INTRO b/templates/QUICKSTART_INTRO index 461455879..c909aba98 100644 --- a/templates/QUICKSTART_INTRO +++ b/templates/QUICKSTART_INTRO @@ -1,7 +1,7 @@ But before you doom yourself, here are some things you should know: -1. Don't forget to run 'doom sync', then restart Emacs, after modifying - ~/.doom.d/init.el or ~/.doom.d/packages.el. +1. Don't forget to run 'doom sync', then restart Emacs, after modifying init.el + or packages.el in ~/.config/doom. This command ensures needed packages are installed, orphaned packages are removed, and your autoloads/cache files are up to date. When in doubt, run