General, minor refactor & feedback revision

This commit is contained in:
Henrik Lissner 2018-06-14 19:49:03 +02:00
parent f44ebbb7ed
commit 04ec62c8f2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 15 additions and 14 deletions

View file

@ -3,7 +3,7 @@ Before you doom yourself, there are a few things you should know:
1. If you use GUI Emacs, run `M-x all-the-icons-install-fonts` so you don't get
weird symbols all over the place.
2. When you edit ~/.doom.d/init.el or modify modules, run:
2. Whenever you edit ~/.doom.d/init.el or modify modules, run:
bin/doom refresh
@ -15,8 +15,8 @@ Before you doom yourself, there are a few things you should know:
bin/doom doctor
It will diagnose common issues with your environment and setup, and may give
you clues about what is wrong.
This will diagnose common issues with your environment and setup, and may
give you clues about what is wrong.
4. To update doom, run
@ -24,7 +24,7 @@ Before you doom yourself, there are a few things you should know:
Doing it any other way will require you run `bin/doom refresh` otherwise,
5. Check out `bin/doom help` to see what else it can do (it is also safe to add
~/.emacs.d/bin to your PATH).
5. Check out `bin/doom help` to see what else it can do (it is recommended you
add ~/.emacs.d/bin to your PATH).
Have fun!