docs: assume ~/.config/emacs by default

From now on, our documentation will assume your Emacs config lives in
~/.config/emacs, by default, rather than ~/.emacs.d. Support for the
latter is not going away, it will simply be mentioned less in the
literature, as all supported versions of Emacs going forward (and future
versions of Doom) will support (and prefer) XDG conventions.

The user manual will be updated separately.

Close: #6965
Co-authored-by: gagbo <gagbo@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2023-02-25 20:29:34 -05:00
parent fe2cb5e705
commit c1c966c811
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
6 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@
# For this to work (and to avoid an absolute path in your shebang line), this
# file must be in your $PATH:
#
# export PATH="$HOME/.emacs.d/bin:$PATH"
# export PATH="$HOME/.config/emacs/bin:$PATH"
#
# This isn't used for bin/doom because of this $PATH/absolute path requirement
# (and using $BASH_SOURCE to locate it would reduce its POSIX compliance), but