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 | 21126254868df7ee35fe27d6e4e9677d1203f07e (patch) | |
| tree | a15b4984e994a44e02b1198aa70485b5b9c4cd00 /modules/calendar-sync.el | |
| parent | cc9fd1ac27456e885a6b5ff850eae5a2869a22ef (diff) | |
| download | dotemacs-21126254868df7ee35fe27d6e4e9677d1203f07e.tar.gz dotemacs-21126254868df7ee35fe27d6e4e9677d1203f07e.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.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'.") |
