docs(cli): doom install: reformat output
Also simplifies the first-timer "things you should know" snippet after running 'doom install'.
This commit is contained in:
parent
52c91cc51c
commit
42df7cb9fd
3 changed files with 24 additions and 29 deletions
|
@ -1,19 +1,15 @@
|
|||
But before you doom yourself, here are some things you should know:
|
||||
|
||||
1. Don't forget to run 'doom sync', then restart Emacs, after modifying init.el
|
||||
or packages.el in ~/.config/doom.
|
||||
1. Don't forget to run 'doom sync' and restart Emacs after modifying init.el or
|
||||
packages.el in ~/.config/doom. This is never necessary for config.el.
|
||||
|
||||
This command ensures needed packages are installed, orphaned packages are
|
||||
removed, and your autoloads/cache files are up to date. When in doubt, run
|
||||
'doom sync'!
|
||||
|
||||
2. If something goes wrong, run `doom doctor`. It diagnoses common issues with
|
||||
your environment and setup, and may offer clues about what is wrong.
|
||||
2. If something goes wrong, run `doom doctor` to diagnose common issues with
|
||||
your environment, setup, and config.
|
||||
|
||||
3. Use 'doom upgrade' to update Doom. Doing it any other way will require
|
||||
additional steps. Run 'doom help upgrade' to understand those extra steps.
|
||||
additional steps (see 'doom help upgrade').
|
||||
|
||||
4. Access Doom's documentation from within Emacs via 'SPC h d h' or 'C-h d h'
|
||||
(or 'M-x doom/help')
|
||||
(or 'M-x doom/help').
|
||||
|
||||
Have fun!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue