doomemacs/core/templates/QUICKSTART_INTRO

20 lines
775 B
Text
Raw Normal View History

2020-05-15 17:55:23 -04:00
But before you doom yourself, here are some things you should know:
2020-05-15 17:55:23 -04:00
1. Don't forget to run 'doom sync', then restart Emacs, after modifying
~/.doom.d/init.el or ~/.doom.d/packages.el.
2020-05-15 17:55:23 -04:00
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'!
2020-05-15 17:55:23 -04:00
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.
2020-05-15 17:55:23 -04:00
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.
2020-05-15 17:55:23 -04:00
4. Access Doom's documentation from within Emacs via 'SPC h D' or 'C-h D' (or
'M-x doom/help')
Have fun!