From b62a9a792707581243b15116910d8aef33220d3f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 14 Jan 2026 15:30:35 -0600 Subject: fix(calendar-sync): disable auto-start to prevent freeze Proton calendar download causes Emacs to freeze. Disabled auto-sync by default until root cause is investigated. Manual sync still available via C-; g s keybinding. --- 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 8f71c709..15953ba1 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 t +(defvar calendar-sync-auto-start nil "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