mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix doom quickstart help formatting
Not breaking lines in the right place.
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user