aboutsummaryrefslogtreecommitdiff
path: root/modules/user-constants.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-11 01:14:03 -0500
committerCraig Jennings <c@cjennings.net>2026-06-11 01:14:03 -0500
commit2c435886ac72abc3305f952f0b34bbbc59687e0c (patch)
tree005694bf75f4583406e00cd5171542998d2a142c /modules/user-constants.el
parent6984872dab0906e3a7e208d94a71dc4ca444978b (diff)
downloaddotemacs-2c435886ac72abc3305f952f0b34bbbc59687e0c.tar.gz
dotemacs-2c435886ac72abc3305f952f0b34bbbc59687e0c.zip
refactor(constants): point roam-dir at the standalone roam repo
The org-roam KB moved out of the Syncthing share into its own git repo at ~/org/roam (cjennings.net:roam.git). journals-dir, inbox-file, and reading-notes-file derive from roam-dir and follow without edits.
Diffstat (limited to 'modules/user-constants.el')
-rw-r--r--modules/user-constants.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el
index 43a23d79f..15d9765ed 100644
--- a/modules/user-constants.el
+++ b/modules/user-constants.el
@@ -125,8 +125,10 @@ fallback only.")
(defconst org-dir (expand-file-name "org/" sync-dir)
"This directory is synchronized across machines.")
-(defconst roam-dir (expand-file-name "roam/" org-dir)
- "The location of org-roam files.")
+(defconst roam-dir (expand-file-name "org/roam/" user-home-dir)
+ "The location of org-roam files.
+A standalone git repo (cjennings.net:roam.git), no longer inside the
+Syncthing-synced `org-dir' — see the 2026-06-10 transport migration.")
(defconst journals-dir (expand-file-name "journal/" roam-dir)
"The location of org-roam dailies or journals files.")