From 2f81a1036e82403aeb50c9aa9b86ea332f053033 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 9 Feb 2021 19:02:48 -0600
Subject: Add save-some-buffers to org-sync command

---
 config.org | 1 +
 1 file changed, 1 insertion(+)

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=.
 
   Requires git-sync."
     (interactive)
+    (save-some-buffers :no-query nil)
     (async-shell-command
      (format "git -C %s sync" (expand-file-name org-directory))))
 
-- 
cgit 1.4.1-21-gabe81