diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 08:20:09 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 08:20:09 -0600 |
| commit | e9cbbccb739a72e1cf545b3dd12de337ac2690bc (patch) | |
| tree | 2757d0f1bb01abc8aa37e46ac386b552e99809a7 /modules | |
| parent | 8701931a96ae0a2ad4ed49419a06360a20fa8173 (diff) | |
| download | dotemacs-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')
| -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 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'.") |
