aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-01-07 19:41:02 +0200
committerEli Zaretskii2020-01-07 19:41:02 +0200
commita18373a999dcb5603e27900394dbd7e1fc139fe0 (patch)
tree69e77238455e9af6ee266c2cd8d48a10df97f93e
parent73fd8a4b535928990f24702cdfaeeeceb6d33d3d (diff)
downloademacs-a18373a999dcb5603e27900394dbd7e1fc139fe0.tar.gz
emacs-a18373a999dcb5603e27900394dbd7e1fc139fe0.zip
; * etc/NEWS: Update the text about the XDG_CONFIG_HOME/emacs behavior.
-rw-r--r--etc/NEWS13
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a8c8e2763e4..6eb5d3811a0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,10 +164,15 @@ and will override their traditional locations (the home directory,
164"~/.emacs.d", etc.). 164"~/.emacs.d", etc.).
165 165
166Emacs will still look for init files in their traditional locations if 166Emacs will still look for init files in their traditional locations if
167XDG_CONFIG_HOME/emacs does not exist, so invoking Emacs with 167XDG_CONFIG_HOME/emacs does not exist, but ~/.emacs.d or ~/.emacs does
168XDG_CONFIG_HOME='/nowhere' might be useful if your new-location init 168exist, so invoking Emacs with XDG_CONFIG_HOME='/nowhere' might be
169files are scrambled, or if you want to force Emacs to ignore files 169useful if your new-location init files are scrambled, or if you want
170under XDG_CONFIG_HOME for some other reason. 170to force Emacs to ignore files under XDG_CONFIG_HOME for some other
171reason.
172
173If neither XDG_CONFIG_HOME/emacs nor ~/.emacs.d exist, Emacs will now
174default to XDG_CONFIG_HOME/emacs, and will create that directory and
175set 'user-emacs-directory' to point to it.
171 176
172+++ 177+++
173** Emacs can now be configured using an early init file. 178** Emacs can now be configured using an early init file.