diff options
| author | Eli Zaretskii | 2019-08-28 14:00:01 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-08-28 14:00:01 +0300 |
| commit | e028131e05a12f13015b6b0cd8a41092850e43b8 (patch) | |
| tree | f14feaf98043317b0f0a0be2cddea60a0dda452f /etc | |
| parent | 4118297ae2fab4886b20d193ba511a229637aea3 (diff) | |
| download | emacs-e028131e05a12f13015b6b0cd8a41092850e43b8.tar.gz emacs-e028131e05a12f13015b6b0cd8a41092850e43b8.zip | |
; Improve and clarify wording of recent commit in NEWS.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 13 insertions, 6 deletions
| @@ -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. |
| 137 | For example, it looks for init.el in ~/.config/emacs/init.el. | 137 | For example, it looks for init.el in ~/.config/emacs/init.el, and |
| 138 | Emacs continues to look for init files in their traditional locations | 138 | similarly for other init files. |
| 139 | if ~/.config/emacs does not exist. The XDG_CONFIG_HOME environment | 139 | |
| 140 | variable (default ~/.config) specifies the parent directory of these | 140 | The XDG_CONFIG_HOME environment variable (which defaults to ~/.config) |
| 141 | configuration files, so invoking Emacs with XDG_CONFIG_HOME='/nowhere' | 141 | specifies the parent directory of these and other configuration files, |
| 142 | might be useful if your new-location init files are scrambled. | 142 | and will override their traditional locations (the home directory, |
| 143 | ~/.emacs.d, etc.). | ||
| 144 | |||
| 145 | Emacs will still look for init files in their traditional locations if | ||
| 146 | XDG_CONFIG_HOME does not exist, so invoking Emacs with | ||
| 147 | XDG_CONFIG_HOME='/nowhere' might be useful if your new-location init | ||
| 148 | files are scrambled, or if you want to force Emacs to ignore files | ||
| 149 | under 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. |