Configure the test slipbox and update test config

This commit is contained in:
Correl Roush 2022-06-12 02:33:43 -04:00
parent f678cf1660
commit a29587131f
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
((nil . ((eval . (setq-local
org-roam-directory (expand-file-name (locate-dominating-file
default-directory ".dir-locals.el"))))
(eval . (setq-local
org-roam-db-location (expand-file-name "org-roam.db"
org-roam-directory))))))

View file

@ -15,7 +15,7 @@
(require 'org-roam-export)
(setq org-roam-directory (expand-file-name "./test-slipbox")
org-roam-db-location (expand-file-name "org-roam.db"))
org-roam-db-location (expand-file-name "./test-slipbox/org-roam.db"))
(org-roam-update-org-id-locations)
(org-roam-db-sync)