diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-23 15:08:05 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-23 15:08:05 -0500 |
| commit | 16588181737d6547574f7b69faf5136ec12b204c (patch) | |
| tree | 47e9a261cd93a08daf60476e0ab4001071b9fdef /modules/user-constants.el | |
| parent | 271acf16ae0beabb39d2d03e85ee9a2049ee7203 (diff) | |
| download | dotemacs-16588181737d6547574f7b69faf5136ec12b204c.tar.gz dotemacs-16588181737d6547574f7b69faf5136ec12b204c.zip | |
add jump to keybinding for reference.org
Diffstat (limited to 'modules/user-constants.el')
| -rw-r--r-- | modules/user-constants.el | 3 |
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.") |
