mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
Use spacemacs develop branch
This commit is contained in:
parent
928cb2c222
commit
50193077f4
@ -70,7 +70,7 @@ install_spacemacs() {
|
|||||||
emacsdir=~/.emacs.d
|
emacsdir=~/.emacs.d
|
||||||
if ! (git -C "$emacsdir" pull > /dev/null 2>&1)
|
if ! (git -C "$emacsdir" pull > /dev/null 2>&1)
|
||||||
then
|
then
|
||||||
git clone https://github.com/syl20bnr/spacemacs "$emacsdir"
|
git clone -b develop https://github.com/syl20bnr/spacemacs "$emacsdir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "spacemacs ✓"
|
echo "spacemacs ✓"
|
||||||
|
Loading…
Reference in New Issue
Block a user