From 16588181737d6547574f7b69faf5136ec12b204c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 May 2025 15:08:05 -0500 Subject: add jump to keybinding for reference.org --- modules/user-constants.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/user-constants.el') 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.") -- cgit v1.2.3