aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/pre-push
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/pre-push')
-rwxr-xr-x.emacs.d/pre-push3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/pre-push b/.emacs.d/pre-push
index 09bc2fc..88b26f3 100755
--- a/.emacs.d/pre-push
+++ b/.emacs.d/pre-push
@@ -44,7 +44,6 @@ __mssola_sync_cheato() {
# Copy the files that I want to my server.
__mssola_sync() {
__mssola_sync_cheato "init.html"
- __mssola_sync_cheato "org.css"
}
# This block iterates through all the given info provided by git. If there is
@@ -70,7 +69,7 @@ do
commit=`git rev-list -n 1 --grep '^emacs:' "$range"`
if [ -n "$commit" ]
then
- #__mssola_sync
+ __mssola_sync
exit 0
fi
fi