diff options
Diffstat (limited to 'modules/user-constants.el')
| -rw-r--r-- | modules/user-constants.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el index 3b248ddd..85890f97 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -135,6 +135,10 @@ Stored in .emacs.d/data/ so each machine syncs independently from Google Calenda "The location of the org file containing Proton Calendar information. Stored in .emacs.d/data/ so each machine syncs independently from Proton Calendar.") +(defvar dcal-file (expand-file-name "data/dcal.org" user-emacs-directory) + "The location of the org file containing DeepSat Calendar information. +Stored in .emacs.d/data/ so each machine syncs independently from Google Calendar.") + (defvar reference-file (expand-file-name "reference.org" org-dir) "The location of the org file containing reference information.") |
