diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-24 11:35:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-24 11:35:41 -0500 |
| commit | c226ceea77bf3312e028a3c60595c385dbfd16d2 (patch) | |
| tree | 668dcbdc89c2542d724bddae40a33fa53470af91 | |
| parent | 74e3361df46c283a8dbc62abb41ccd128eae3083 (diff) | |
| download | dotemacs-c226ceea77bf3312e028a3c60595c385dbfd16d2.tar.gz dotemacs-c226ceea77bf3312e028a3c60595c385dbfd16d2.zip | |
correcting path to journal files
| -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 835b5b41..a94091ad 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -46,7 +46,7 @@ (defconst roam-dir (concat sync-dir "roam/") "The location of org-roam files.") -(defconst journals-dir (concat roam-dir "journals/") +(defconst journals-dir (concat roam-dir "journal/") "The location of org-roam dailies or journals files.") (defconst drill-dir (concat sync-dir "drill/") |
