diff --git a/config/defaults.org b/config/defaults.org index 7592b93..9026140 100644 --- a/config/defaults.org +++ b/config/defaults.org @@ -37,7 +37,9 @@ (defun my/git-sync-all () "Run shell command `git-sync-all' asynchronously." (interactive) - (async-shell-command "git-sync-all" "*git-sync-all*" "*git-sync-errors*")) + (async-shell-command "git-sync-all" "*git-sync-all*" "*git-sync-errors*") + (require 'org-journal) + (org-journal-invalidate-cache)) (keymap-global-set "C-c g s" #'my/git-sync-all) (set-default-coding-systems 'utf-8)