aboutsummaryrefslogtreecommitdiff
path: root/modules/calendar-sync.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 08:20:09 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 08:20:09 -0600
commite9cbbccb739a72e1cf545b3dd12de337ac2690bc (patch)
tree2757d0f1bb01abc8aa37e46ac386b552e99809a7 /modules/calendar-sync.el
parent8701931a96ae0a2ad4ed49419a06360a20fa8173 (diff)
downloaddotemacs-e9cbbccb739a72e1cf545b3dd12de337ac2690bc.tar.gz
dotemacs-e9cbbccb739a72e1cf545b3dd12de337ac2690bc.zip
feat(calendar-sync): re-enable auto-sync on startup
Freeze bugs are fixed; safe to auto-sync again.
Diffstat (limited to 'modules/calendar-sync.el')
-rw-r--r--modules/calendar-sync.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el
index a0ee2597..772315c6 100644
--- a/modules/calendar-sync.el
+++ b/modules/calendar-sync.el
@@ -94,7 +94,7 @@ Example:
"Sync interval in minutes.
Default: 60 minutes (1 hour).")
-(defvar calendar-sync-auto-start nil
+(defvar calendar-sync-auto-start t
"Whether to automatically start calendar sync when module loads.
If non-nil, sync starts automatically when calendar-sync is loaded.
If nil, user must manually call `calendar-sync-start'.")