From e9cbbccb739a72e1cf545b3dd12de337ac2690bc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 08:20:09 -0600 Subject: feat(calendar-sync): re-enable auto-sync on startup Freeze bugs are fixed; safe to auto-sync again. --- modules/calendar-sync.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'.") -- cgit v1.2.3