diff options
| -rw-r--r-- | modules/org-gcal-config.el | 12 |
1 files 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 |
