From: Armaan Bhojwani Date: Thu, 27 May 2021 14:58:03 +0000 (-0400) Subject: Run vdirsyncer asynchronously X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=f0028ec698a1a43abe33e7d6bc50e372b0b8385e Run vdirsyncer asynchronously --- 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)))