From f05b0ce260add10233a24198b5baca3194bba317 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Apr 2020 12:22:47 +0200 Subject: emacs: bring back to life the pre-push hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/pre-push | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.emacs.d/pre-push') 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 -- cgit v1.2.3