2018-05-25 12:49:23 +02:00
|
|
|
Before you doom yourself, there are a few things you should know:
|
|
|
|
|
2019-05-01 19:12:52 -04:00
|
|
|
1. Whenever you edit your doom! block in ~/.doom.d/init.el or modify your
|
|
|
|
modules, run:
|
2018-05-25 12:49:23 +02:00
|
|
|
|
|
|
|
bin/doom refresh
|
|
|
|
|
|
|
|
This will ensure all needed packages are installed, all orphaned packages are
|
|
|
|
removed, and your autoloads files are up to date. This is important! If you
|
|
|
|
forget to do this you will get errors!
|
|
|
|
|
2019-05-01 19:12:52 -04:00
|
|
|
2. If something inexplicably goes wrong, try `bin/doom doctor`
|
2018-05-25 12:49:23 +02:00
|
|
|
|
2018-06-14 19:49:03 +02:00
|
|
|
This will diagnose common issues with your environment and setup, and may
|
|
|
|
give you clues about what is wrong.
|
2018-05-25 12:49:23 +02:00
|
|
|
|
2019-05-01 19:12:52 -04:00
|
|
|
3. Use `bin/doom upgrade` to update Doom. Doing it any other way may require
|
|
|
|
additional work. When in doubt, run `bin/doom refresh`.
|
2018-05-25 12:49:23 +02:00
|
|
|
|
2019-05-01 19:12:52 -04:00
|
|
|
4. Check out `bin/doom help` to see what else `bin/doom` can do (and it is
|
|
|
|
recommended you add ~/.emacs.d/bin to your PATH).
|
2018-05-25 12:49:23 +02:00
|
|
|
|
2019-05-01 19:12:52 -04:00
|
|
|
5. You can find Doom's documentation via `M-x doom/help` or `SPC h D`.
|
2018-05-25 12:49:23 +02:00
|
|
|
|
|
|
|
Have fun!
|