Move default Emacs directory for esync

This commit is contained in:
Evie Litherland-Smith 2024-10-11 11:46:52 +01:00
parent 8b1b37344d
commit 996cb23217

View file

@ -1,5 +1,5 @@
# Clone ~/.config/emacs/ if it doesn't exist
EMACS_DIR="${XDG_CONFIG_DIR:=$HOME/.config}/emacs/"
EMACS_DIR="$HOME/.emacs.d"
if [ ! -d "$EMACS_DIR" ]; then
git clone "https://git.xenia.me.uk/pixelifytica/emacs.git" "$EMACS_DIR"
fi