]> git.eshelyaron.com Git - emacs.git/commit
Make emacs prefer an existing ~/.emacs.d to an existing XDG location
authorRobert Pluim <rpluim@gmail.com>
Wed, 15 Jan 2020 11:24:43 +0000 (12:24 +0100)
committerRobert Pluim <rpluim@gmail.com>
Thu, 16 Jan 2020 15:05:45 +0000 (16:05 +0100)
commit13995f31a219bfcb24da5887136583cbf2deff4c
treeb8abcb0057271c7ed2d6d90144c6925beaaea128
parent91cac24952806c6c4addc3c045854c2c314c2e31
Make emacs prefer an existing ~/.emacs.d to an existing XDG location

* doc/emacs/custom.texi (Find Init): Update description of how Emacs
finds its init file directory and the interaction with
$XDG_CONFIG_HOME
(Early Init File): Correct XDG location of early-init.el

* etc/NEWS: Update description to make it clear the ~/.emacs.d is
preferred, even if the XDG location exists.

* lisp/startup.el: Prefer ~/.emacs.d even if the XDG location exists.

* lib-src/emacsclient.c (open_config): Prefer home directory the XDG
location.
doc/emacs/custom.texi
etc/NEWS
lib-src/emacsclient.c
lisp/startup.el