docs(cli): assume ~/.config/emacs by default
Once 'doom install' finishes, further instruction still assumes your config lives in ~/.doom.d, which was supposed to be changed inc1c966c
to prefer ~/.config/doom. Amend:c1c966c811
This commit is contained in:
parent
22097b5a75
commit
65b283501a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
~/.doom.d/init.el or ~/.doom.d/packages.el.
|
||||
1. Don't forget to run 'doom sync', then restart Emacs, after modifying init.el
|
||||
or packages.el in ~/.config/doom.
|
||||
|
||||
This command ensures needed packages are installed, orphaned packages are
|
||||
removed, and your autoloads/cache files are up to date. When in doubt, run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue