summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 0f9af2f..dcf05ec 100644 --- a/config.org +++ b/config.org
@@ -2849,6 +2849,7 @@ run =git-sync= in =org-directory=.
2849 2849
2850 Requires git-sync." 2850 Requires git-sync."
2851 (interactive) 2851 (interactive)
2852 (save-some-buffers :no-query nil)
2852 (async-shell-command 2853 (async-shell-command
2853 (format "git -C %s sync" (expand-file-name org-directory)))) 2854 (format "git -C %s sync" (expand-file-name org-directory))))
2854 2855