Switch from ~/.emacs.d to XDG_CONFIG_HOME/emacs (yay)
This commit is contained in:
parent
cde7e0a32d
commit
7bb49a6484
4 changed files with 2 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "emacs.d"]
|
||||
path = emacs.d
|
||||
path = config/emacs
|
||||
url = https://github.com/hlissner/doom-emacs
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
config => .config
|
||||
emacs.d => .emacs.d
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! zsh
|
||||
path+=(~/.emacs.d/bin)
|
||||
path+=(~/.config/emacs/bin)
|
||||
|
|
Loading…
Reference in a new issue