From c3c1359b4f0b234ace5f0cda1b7c82c43685571a Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Sun, 23 Mar 2025 23:16:03 -0600 Subject: [PATCH] refactor(emacs): Cache Roam DB --- modules/home/users/crumb/emacs/modules/syd-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/users/crumb/emacs/modules/syd-org.el b/modules/home/users/crumb/emacs/modules/syd-org.el index 5d2ea75..2ce6da5 100755 --- a/modules/home/users/crumb/emacs/modules/syd-org.el +++ b/modules/home/users/crumb/emacs/modules/syd-org.el @@ -465,7 +465,7 @@ See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html." (syd-load-packages-incrementally '(ansi-color dash f rx seq magit-section emacsql))) :custom ((org-roam-directory org-directory) - (org-roam-db-location (file-name-concat syd-data-dir + (org-roam-db-location (file-name-concat syd-cache-dir "org-roam.db")) ;; Make org-roam buffer sticky; i.e. don't replace it when opening a ;; file with an *-other-window command.