From 25e93576be3ec11d28058a4a25e710434aed8c13 Mon Sep 17 00:00:00 2001 From: aciceri Date: Tue, 29 Sep 2020 00:36:24 +0200 Subject: [PATCH] Automatic --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 077bd19..73b804d 100644 --- a/README.org +++ b/README.org @@ -566,7 +566,7 @@ automatically committed and pushed on a remote repository. :init (progn (add-hook 'after-save-hook (lambda () - (async-shell-command "git add * && git commit -m 'Automatic' && git push origin master")) + (async-shell-command "git add * && git commit -m 'Automatic' && git push origin master") nil 'make-it-local)) ;; Change default prefix key; needs to be set before loading org-journal (setq org-journal-prefix-key "C-x j"))