fixed emacs symlink
This commit is contained in:
parent
4577f7b06c
commit
046f04ddf1
1 changed files with 1 additions and 1 deletions
2
init.sh
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue