diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-12-31 21:28:54 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-12-31 21:28:54 +0200 |
commit | cd2c1561636597c67edbf3daf10388e5385a93fc (patch) | |
tree | 0e58d48f4f1e8cea8867f1788306d0956ab07c05 | |
parent | 195bde9ea82e7bc62d7242bcf089ef3d181020f1 (diff) | |
download | emacs-cd2c1561636597c67edbf3daf10388e5385a93fc.tar.gz |
; * etc/NEWS: Make the description of XDG fallback more accurate.
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ and will override their traditional locations (the home directory, "~/.emacs.d", etc.). Emacs will still look for init files in their traditional locations if -XDG_CONFIG_HOME does not exist, so invoking Emacs with +XDG_CONFIG_HOME/emacs does not exist, so invoking Emacs with XDG_CONFIG_HOME='/nowhere' might be useful if your new-location init files are scrambled, or if you want to force Emacs to ignore files under XDG_CONFIG_HOME for some other reason. |