diff options
author | Case Duckworth | 2021-02-09 19:02:48 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-09 19:02:48 -0600 |
commit | 2f81a1036e82403aeb50c9aa9b86ea332f053033 (patch) | |
tree | 768f114c491933c07cff86db710b8de42dce0ccd | |
parent | Raise GC Cons Percentage when starting up (diff) | |
download | emacs-2f81a1036e82403aeb50c9aa9b86ea332f053033.tar.gz emacs-2f81a1036e82403aeb50c9aa9b86ea332f053033.zip |
Add save-some-buffers to org-sync command
-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 | ||