diff options
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 62d1b5f1..f0d6f786 100644 --- a/modules/calendar-sync.el +++ b/modules/calendar-sync.el @@ -167,7 +167,7 @@ Hash table mapping calendar name (string) to state plist with: Used to detect timezone changes (e.g., when traveling).") (defvar calendar-sync--state-file - (expand-file-name "data/calendar-sync-state.el" user-emacs-directory) + (expand-file-name "persist/calendar-sync-state.el" user-emacs-directory) "File to persist sync state across Emacs sessions.") ;;; Timezone Detection |
