summaryrefslogtreecommitdiff
path: root/modules/user-constants.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user-constants.el')
-rw-r--r--modules/user-constants.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el
index 11872474..835b5b41 100644
--- a/modules/user-constants.el
+++ b/modules/user-constants.el
@@ -69,6 +69,9 @@
(defvar contacts-file (concat sync-dir "contacts.org")
"The location of the org file containing org-contacts information.")
+(defvar reference-file (concat sync-dir "reference.org")
+ "The location of the org file containing reference information.")
+
(defvar article-file (concat sync-dir "article-inbox.org")
"The location of the org file containing new clipped pages to review.")