Automatic

This commit is contained in:
Andrea Ciceri 2020-09-29 00:36:24 +02:00
parent db2fbe8522
commit 25e93576be
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -566,7 +566,7 @@ automatically committed and pushed on a remote repository.
:init (progn :init (progn
(add-hook 'after-save-hook (add-hook 'after-save-hook
(lambda () (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)) nil 'make-it-local))
;; Change default prefix key; needs to be set before loading org-journal ;; Change default prefix key; needs to be set before loading org-journal
(setq org-journal-prefix-key "C-x j")) (setq org-journal-prefix-key "C-x j"))