From f5786a72846be4ad826fda88a30b2c64f67f1f6f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 17 Sep 2022 12:11:05 +0200 Subject: [PATCH] docs: fix 3rd step indentation in "How to use profiles" Not properly indented, so was treated as a sub-item of #2. --- profiles/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/README.org b/profiles/README.org index 124443332..e89cbb05d 100644 --- a/profiles/README.org +++ b/profiles/README.org @@ -33,7 +33,7 @@ as =$DOOMDIR=). cached profile loader (generated at =$EMACSDIR/profiles/init.X.elc=, where X is your major Emacs version). - 3. To launch them: +3. To launch a profile: - Launch the profile you want: ~$ emacs --profile FOO~ - Use ~bin/doom~ on the profile you want: ~$ doom sync --profile FOO~