From 50193077f404e5c95bc4bdd487ba68b5a083b4fe Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Thu, 4 Jun 2020 12:58:33 -0600 Subject: [PATCH] Use spacemacs develop branch --- scripts/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap b/scripts/bootstrap index 6898038..cebdf30 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -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 ✓"