commit b0eb722ada7f1d49a7e6b8742d39149a2da9e5fe
parent cad3187847592c973cdf38a07db320f533288f10
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Sun, 21 Jun 2015 13:41:15 +0200
update spacemacs in uu, change comment to reflect keybind change
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.spacemacs b/.spacemacs
@@ -14,7 +14,7 @@
'(
;; --------------------------------------------------------
;; Example of useful layers you may want to use right away
- ;; Uncomment a layer name and press C-c C-c to install it
+ ;; Uncomment a layer name and press SPC f e R to install it
;; --------------------------------------------------------
auto-completion
better-defaults
@@ -31,6 +31,7 @@
lua
shell-scripts
yasnippet
+ osx
)
;; A list of packages and/or extensions that will not be install and loaded.
dotspacemacs-excluded-packages '()
diff --git a/bin/uu b/bin/uu
@@ -16,3 +16,9 @@ else
echo "Platform not supported"
exit 1
fi
+
+# Spacemacs
+if [ -d "~/.emacs.d" ]; then
+ git pull --rebase
+ git submodule sync; git submodule update
+fi