From 6f45c53df973876eb53164e087f0205f11bdf93e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:26:48 -0500 Subject: fix: org-gcal: disable idle timer for initial sync --- modules/org-gcal-config.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/org-gcal-config.el b/modules/org-gcal-config.el index 61016f2e..4859a3c0 100644 --- a/modules/org-gcal-config.el +++ b/modules/org-gcal-config.el @@ -81,12 +81,12 @@ (org-gcal-reload-client-id-secret)) ;; Set up automatic initial sync on boot with error handling -(run-with-idle-timer - 5 nil - (lambda () - (condition-case err - (org-gcal-sync) - (error (message "org-gcal: Initial sync failed: %s" err))))) +;;(run-with-idle-timer +;; 2 nil +;; (lambda () +;; (condition-case err +;; (org-gcal-sync) +;; (error (message "org-gcal: Initial sync failed: %s" err))))) (provide 'org-gcal-config) ;;; org-gcal-config.el ends here -- cgit v1.2.3