From f0028ec698a1a43abe33e7d6bc50e372b0b8385e Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 27 May 2021 10:58:03 -0400 Subject: [PATCH] Run vdirsyncer asynchronously --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index deb9c17..2b97643 100644 --- a/config.org +++ b/config.org @@ -497,7 +497,7 @@ Still experimenting with this setup. Not sure if I will keep it, but it works we (defun sync-calendar () "Sync calendars with vdirsyncer" (interactive) - (shell-command "vdirsyncer -vcritical sync")) + (async-shell-command "vdirsyncer sync")) (use-package calfw :bind (:map cfw:calendar-mode-map ("C-S-u" . sync-calendar))) -- 2.39.2