Fix doom quickstart help formatting

Not breaking lines in the right place.
This commit is contained in:
Henrik Lissner
2019-05-30 14:00:41 -04:00
parent 390647da87
commit 990896ac9c

View File

@ -5,12 +5,12 @@
This command does the following: This command does the following:
1. Creates DOOMDIR at ~/.doom.d, 1. Creates DOOMDIR at ~/.doom.d,
2. Copies ~/.emacs.d/init.example.el to DOOMDIR/init.el (if it doesn't exist), 2. Copies ~/.emacs.d/init.example.el to DOOMDIR/init.el (if it doesn't exist),
3. Creates dummy files for DOOMDIR/{config,packages}.el, 3. Creates dummy files for DOOMDIR/{config,packages}.el,
4. Prompts you to generate an envvar file (via 'doom env refresh'), 4. Prompts you to generate an envvar file (via 'doom env refresh'),
5. Installs any dependencies of enabled modules (specified by DOOMDIR/init.el), 5. Installs any dependencies of enabled modules (specified by DOOMDIR/init.el),
6. And prompts to install all-the-icons' fonts 6. And prompts to install all-the-icons' fonts
This command is idempotent and safe to reuse. This command is idempotent and safe to reuse.