Switch to using ~/.config/emacs/ instead of ~/.emacs.d/ for Emacs config
This commit is contained in:
parent
3fd4dda8db
commit
4e650e176b
|
@ -1,5 +1,5 @@
|
||||||
# Clone ~/.emacs.d/ if it doesn't exist
|
# Clone ~/.config/emacs/ if it doesn't exist
|
||||||
EMACS_DIR="$HOME/.emacs.d/"
|
EMACS_DIR="${XDG_CONFIG_DIR:=$HOME/.config}/emacs/"
|
||||||
if [ ! -d "$EMACS_DIR" ]; then
|
if [ ! -d "$EMACS_DIR" ]; then
|
||||||
git clone "https://git.xenia.me.uk/pixelifytica/emacs.git" "$EMACS_DIR"
|
git clone "https://git.xenia.me.uk/pixelifytica/emacs.git" "$EMACS_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue