summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-09 19:02:48 -0600
committerCase Duckworth2021-02-09 19:02:48 -0600
commit2f81a1036e82403aeb50c9aa9b86ea332f053033 (patch)
tree768f114c491933c07cff86db710b8de42dce0ccd /config.org
parentRaise GC Cons Percentage when starting up (diff)
downloademacs-2f81a1036e82403aeb50c9aa9b86ea332f053033.tar.gz
emacs-2f81a1036e82403aeb50c9aa9b86ea332f053033.zip
Add save-some-buffers to org-sync command
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 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