aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xsetup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3d31bcb..85e3ee7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
/.vim/*
!/.vim/my/
-/.emacs.d
+/.config/emacs
diff --git a/setup.sh b/setup.sh
index c98add7..4a6376f 100755
--- a/setup.sh
+++ b/setup.sh
@@ -6,7 +6,6 @@ if [ ! -f ~/dotfiles/.vim/autoload/plug.vim ]; then
fi
for name in \
- .emacs.d \
.gitconfig \
.tmux.conf \
.vim \
@@ -28,6 +27,7 @@ fi
for name in \
alacritty \
bat \
+ emacs \
git \
; \
do