aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/pre-push
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-22 12:22:47 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-22 12:22:47 +0200
commitf05b0ce260add10233a24198b5baca3194bba317 (patch)
tree3f2dcc328e8dadd2bb16a99c62229c8cb89adf87 /.emacs.d/pre-push
parentd4b1408e218f81c3e97848cacb578474877f66db (diff)
downloaddotfiles-f05b0ce260add10233a24198b5baca3194bba317.tar.gz
dotfiles-f05b0ce260add10233a24198b5baca3194bba317.zip
emacs: bring back to life the pre-push hook
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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