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 | abc22adc0ca76ae9f0813d941311383f45e1ff6c (patch) | |
| tree | 7a599919d7166beda903cc64479b70981af79ed5 | |
| parent | 5a36fd95cb8a91a8dfaa5fded4fe59ccef9cb36a (diff) | |
| download | dotemacs-abc22adc0ca76ae9f0813d941311383f45e1ff6c.tar.gz dotemacs-abc22adc0ca76ae9f0813d941311383f45e1ff6c.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 06b5531c..fa524f6a 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'.") |
