aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 08:20:09 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 08:20:09 -0600
commitad2c48fa159a055a1c19d71b67d1b74d42394f03 (patch)
tree36c2a94d1790ed5625f6c4fc117aeee975be42d5 /modules
parente77cfdf9b141d8981404041112f9dcb6bd0f489e (diff)
downloaddotemacs-ad2c48fa159a055a1c19d71b67d1b74d42394f03.tar.gz
dotemacs-ad2c48fa159a055a1c19d71b67d1b74d42394f03.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.el2
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'.")