mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
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:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user