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:
parent
fe2cb5e705
commit
c1c966c811
6 changed files with 12 additions and 12 deletions
|
@ -21,7 +21,7 @@ Only has an effect in GUI Emacs.")
|
|||
:defer-incrementally (dash f s with-editor git-commit package eieio transient)
|
||||
:init
|
||||
(setq magit-auto-revert-mode nil) ; we do this ourselves further down
|
||||
;; Must be set early to prevent ~/.emacs.d/transient from being created
|
||||
;; Must be set early to prevent ~/.config/emacs/transient from being created
|
||||
(setq transient-levels-file (concat doom-data-dir "transient/levels")
|
||||
transient-values-file (concat doom-data-dir "transient/values")
|
||||
transient-history-file (concat doom-data-dir "transient/history"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue