From dda1bbd0ab6b69a39af43fea5f4459e5fc5e37a5 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 4 Aug 2024 15:37:30 +0100 Subject: emacs: Put Org ID locations file in data directory --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index b90aea5..a723f0f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -243,7 +243,9 @@ (use-package org-roam :config (org-roam-db-autosync-enable) :bind ("C-c n f" . org-roam-node-find) - :custom (org-roam-db-location (my/data-file-name "org-roam.db")) + :custom + ((org-id-locations-file (my/data-file-name "org-id-locations")) + (org-roam-db-location (my/data-file-name "org-roam.db"))) :ensure t) -- cgit v1.2.3-70-g09d2