diff options
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 386363f..88c708f 100644 --- a/config.org +++ b/config.org | |||
@@ -2840,6 +2840,7 @@ run =git-sync= in =org-directory=. | |||
2840 | 2840 | ||
2841 | Requires git-sync." | 2841 | Requires git-sync." |
2842 | (interactive) | 2842 | (interactive) |
2843 | (save-some-buffers :no-query nil) | ||
2843 | (async-shell-command | 2844 | (async-shell-command |
2844 | (format "git -C %s sync" (expand-file-name org-directory)))) | 2845 | (format "git -C %s sync" (expand-file-name org-directory)))) |
2845 | 2846 | ||