From 7bb49a6484ad2d27ef7ce37b9393f79fb9665c45 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 27 Jul 2020 12:00:03 +1000 Subject: [PATCH] Switch from ~/.emacs.d to XDG_CONFIG_HOME/emacs (yay) --- .gitmodules | 2 +- .stow-rename | 1 - emacs.d => config/emacs | 0 config/zsh/login/emacs | 2 +- 4 files changed, 2 insertions(+), 3 deletions(-) rename emacs.d => config/emacs (100%) diff --git a/.gitmodules b/.gitmodules index a82e85e..087da60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "emacs.d"] - path = emacs.d + path = config/emacs url = https://github.com/hlissner/doom-emacs diff --git a/.stow-rename b/.stow-rename index 37a3c9f..4376d30 100644 --- a/.stow-rename +++ b/.stow-rename @@ -1,2 +1 @@ config => .config -emacs.d => .emacs.d diff --git a/emacs.d b/config/emacs similarity index 100% rename from emacs.d rename to config/emacs diff --git a/config/zsh/login/emacs b/config/zsh/login/emacs index 8e07619..5c144ed 100644 --- a/config/zsh/login/emacs +++ b/config/zsh/login/emacs @@ -1,2 +1,2 @@ #! zsh -path+=(~/.emacs.d/bin) +path+=(~/.config/emacs/bin)