mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user