diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-14 15:30:35 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-14 15:30:35 -0600 |
| commit | 5084dd6a72888e35ea3cabfb03531e9de48a4061 (patch) | |
| tree | 493f34aab648e03132e09d41f9a0bb1202879805 /modules/calendar-sync.el | |
| parent | 73d194e5890686be6f4e0cb4dcf185304bf0da8e (diff) | |
| download | dotemacs-5084dd6a72888e35ea3cabfb03531e9de48a4061.tar.gz dotemacs-5084dd6a72888e35ea3cabfb03531e9de48a4061.zip | |
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.
Diffstat (limited to 'modules/calendar-sync.el')
| -rw-r--r-- | modules/calendar-sync.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'.") |
