Automatic
This commit is contained in:
parent
db2fbe8522
commit
25e93576be
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Reference in a new issue