File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,15 @@ and will override their traditional locations (the home directory,
164
164
"~/.emacs.d", etc.).
165
165
166
166
Emacs will still look for init files in their traditional locations if
167
- XDG_CONFIG_HOME/emacs does not exist, so invoking Emacs with
168
- XDG_CONFIG_HOME='/nowhere' might be useful if your new-location init
169
- files are scrambled, or if you want to force Emacs to ignore files
170
- under XDG_CONFIG_HOME for some other reason.
167
+ XDG_CONFIG_HOME/emacs does not exist, but ~/.emacs.d or ~/.emacs does
168
+ exist, so invoking Emacs with XDG_CONFIG_HOME='/nowhere' might be
169
+ useful if your new-location init files are scrambled, or if you want
170
+ to force Emacs to ignore files under XDG_CONFIG_HOME for some other
171
+ reason.
172
+
173
+ If neither XDG_CONFIG_HOME/emacs nor ~/.emacs.d exist, Emacs will now
174
+ default to XDG_CONFIG_HOME/emacs, and will create that directory and
175
+ set 'user-emacs-directory' to point to it.
171
176
172
177
+++
173
178
** Emacs can now be configured using an early init file.
You can’t perform that action at this time.
0 commit comments