aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2019-08-28 14:00:01 +0300
committerEli Zaretskii2019-08-28 14:00:01 +0300
commite028131e05a12f13015b6b0cd8a41092850e43b8 (patch)
treef14feaf98043317b0f0a0be2cddea60a0dda452f /etc
parent4118297ae2fab4886b20d193ba511a229637aea3 (diff)
downloademacs-e028131e05a12f13015b6b0cd8a41092850e43b8.tar.gz
emacs-e028131e05a12f13015b6b0cd8a41092850e43b8.zip
; Improve and clarify wording of recent commit in NEWS.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS19
1 files changed, 13 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9b3dadf4528..cd9a0947b92 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -134,12 +134,19 @@ builds respectively.
134 134
135+++ 135+++
136** Emacs now uses the XDG convention for init files. 136** Emacs now uses the XDG convention for init files.
137For example, it looks for init.el in ~/.config/emacs/init.el. 137For example, it looks for init.el in ~/.config/emacs/init.el, and
138Emacs continues to look for init files in their traditional locations 138similarly for other init files.
139if ~/.config/emacs does not exist. The XDG_CONFIG_HOME environment 139
140variable (default ~/.config) specifies the parent directory of these 140The XDG_CONFIG_HOME environment variable (which defaults to ~/.config)
141configuration files, so invoking Emacs with XDG_CONFIG_HOME='/nowhere' 141specifies the parent directory of these and other configuration files,
142might be useful if your new-location init files are scrambled. 142and will override their traditional locations (the home directory,
143~/.emacs.d, etc.).
144
145Emacs will still look for init files in their traditional locations if
146XDG_CONFIG_HOME does not exist, so invoking Emacs with
147XDG_CONFIG_HOME='/nowhere' might be useful if your new-location init
148files are scrambled, or if you want to force Emacs to ignore files
149under XDG_CONFIG_HOME for some other reason.
143 150
144+++ 151+++
145** Emacs can now be configured using an early init file. 152** Emacs can now be configured using an early init file.