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