docs: fix 3rd step indentation in "How to use profiles"

Not properly indented, so was treated as a sub-item of #2.
This commit is contained in:
Henrik Lissner 2022-09-17 12:11:05 +02:00
parent 00e8f6b72a
commit f5786a7284
No known key found for this signature in database
GPG Key ID: B60957CA074D39A3

View File

@ -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~