summaryrefslogtreecommitdiff
path: root/modules/prog-python.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-17 03:06:15 -0600
committerCraig Jennings <c@cjennings.net>2025-11-17 03:06:15 -0600
commitd562c71c4d68dd51593a50aeb07006b0c54ffbee (patch)
treea7da8be8a03151ddb6c9d3d5913fcb2153b89376 /modules/prog-python.el
parent7359ab762a668762fd3d8f2da492b4986962bd62 (diff)
downloaddotemacs-d562c71c4d68dd51593a50aeb07006b0c54ffbee.tar.gz
dotemacs-d562c71c4d68dd51593a50aeb07006b0c54ffbee.zip
feat(calendar-sync): Add auto-start toggle and convert to defvar
Changes: 1. Converted defcustom → defvar (3 variables): - calendar-sync-ics-url - calendar-sync-interval - calendar-sync-file - Removed defgroup (not using customize system) 2. Added calendar-sync-auto-start variable (default: t) - Controls whether auto-sync starts when module loads - Set to nil to disable automatic startup 3. Updated initialization to check auto-start flag - Auto-sync only starts if both auto-start and URL are non-nil - Provides user control over automatic behavior Rationale: - Auto-sync is convenient but should be toggleable - defvar is simpler and more direct than defcustom - Consistent with project style (no customize interface) Default behavior: Auto-sync enabled (backwards compatible with user expectation)
Diffstat (limited to 'modules/prog-python.el')
0 files changed, 0 insertions, 0 deletions