summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
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)