Fix doom quickstart help formatting
Not breaking lines in the right place.
This commit is contained in:
parent
390647da87
commit
990896ac9c
1 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue