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 | ad2c48fa159a055a1c19d71b67d1b74d42394f03 (patch) | |
| tree | 36c2a94d1790ed5625f6c4fc117aeee975be42d5 | |
| parent | e77cfdf9b141d8981404041112f9dcb6bd0f489e (diff) | |
| download | dotemacs-ad2c48fa159a055a1c19d71b67d1b74d42394f03.tar.gz dotemacs-ad2c48fa159a055a1c19d71b67d1b74d42394f03.zip | |
feat(calendar-sync): re-enable auto-sync on startup
Freeze bugs are fixed; safe to auto-sync again.
| -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 06b5531c6..fa524f6a9 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'.") |
