diff options
| author | Craig Jennings <c@cjennings.net> | 2025-09-02 22:47:29 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-09-02 22:47:29 -0500 |
| commit | 15f70bab3201f60f32dac64373dbb4353560d2db (patch) | |
| tree | 2350d64810acf8d7d57c50474cf143906bc36a6c /modules/user-constants.el | |
| parent | 728724fa76114e5b2d1fcf648eb65cc9b4d20f96 (diff) | |
| download | dotemacs-15f70bab3201f60f32dac64373dbb4353560d2db.tar.gz dotemacs-15f70bab3201f60f32dac64373dbb4353560d2db.zip | |
correcting reading notes file and jump to
Diffstat (limited to 'modules/user-constants.el')
| -rw-r--r-- | modules/user-constants.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el index e71a5ae9a..a00a293e7 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -75,7 +75,7 @@ (defvar inbox-file (concat roam-dir "inbox.org") "The location of the org file that serves as the task inbox.") ; -(defvar reading-notes-file (concat roam-dir "reading-notes.org") +(defvar reading-notes-file (concat roam-dir "20250830141440-reading_notes.org") "The default notes file for org-noter.") ;; ------------------------- Verify Or Create Functions ------------------------ |
