Switch from ~/.emacs.d to XDG_CONFIG_HOME/emacs (yay)

This commit is contained in:
Danielle McLean 2020-07-27 12:00:03 +10:00
parent cde7e0a32d
commit 7bb49a6484
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
4 changed files with 2 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "emacs.d"]
path = emacs.d
path = config/emacs
url = https://github.com/hlissner/doom-emacs

View File

@ -1,2 +1 @@
config => .config
emacs.d => .emacs.d

View File

@ -1,2 +1,2 @@
#! zsh
path+=(~/.emacs.d/bin)
path+=(~/.config/emacs/bin)