]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Update the text about the XDG_CONFIG_HOME/emacs behavior.
authorEli Zaretskii <eliz@gnu.org>
Tue, 7 Jan 2020 17:41:02 +0000 (19:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 7 Jan 2020 17:41:02 +0000 (19:41 +0200)
etc/NEWS

index a8c8e2763e4d257736471a6baa0be09bf6de87a5..6eb5d3811a08e8a08e6428bde1892870ec57d09c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,10 +164,15 @@ 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/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.
+XDG_CONFIG_HOME/emacs does not exist, but ~/.emacs.d or ~/.emacs does
+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.
+
+If neither XDG_CONFIG_HOME/emacs nor ~/.emacs.d exist, Emacs will now
+default to XDG_CONFIG_HOME/emacs, and will create that directory and
+set 'user-emacs-directory' to point to it.
 
 +++
 ** Emacs can now be configured using an early init file.