[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master d68ed15: Implement and document XDG-style start
From: |
Amin Bandali |
Subject: |
Re: [Emacs-diffs] master d68ed15: Implement and document XDG-style startup files under ~/.config. |
Date: |
Sun, 26 May 2019 18:17:51 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> - ~/.emacs -> $XDG_CONFIG_HOME/emacs/emacsrc
>> - ~/.emacs.el -> $XDG_CONFIG_HOME/emacs/emacs.el
>> - ~/.emacs.d/init.el -> $XDG_CONFIG_HOME/emacs/init.el
>
> The first two don't make sense: those who use $XDG_CONFIG_HOME/emacs/
> should just use init.el. There's no need for some kind of backward
> compatibility here.
>
>
Thinking more about this, I agree. It makes much more sense to only
look for init.el inside $XDG_CONFIG_HOME/emacs/ since we’ll already have
a directory structure to organize things (including the init file) in,
and there’s no need to look for the first two cases for the new location
anymore.
>
> Stefan
>
>
>
Best,
amin