From 046f04ddf146bffa688096946a18874db88e7c31 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 3 Jul 2019 15:03:20 -0400 Subject: [PATCH] fixed emacs symlink --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 70cc279..0b639b4 100755 --- a/init.sh +++ b/init.sh @@ -41,7 +41,7 @@ fi echo "Installing Spacemacs!" if [ ! -d ~/.emacs.d ] then - ln -s "$HOME/stevset/.spacemacs" "$HOME/.spacemacs" + ln -s "$HOME/stevset/emacs/.spacemacs" "$HOME/.spacemacs" git clone https://github.com/syl20bnr/spacemacs "$HOME/.emacs.d" fi