Explicitly specify org roam db location

Seems to have changed with the latest update, making it explicit avoids issues.
This commit is contained in:
Daniel - 2020-11-14 15:17:28 +01:00
parent bfa7672cfc
commit 4a1506fc4c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -1313,7 +1313,8 @@
(use-package org-roam
:commands (org-roam-find-file)
:custom (org-roam-directory "~/Documents/zettelkasten/")
:custom ((org-roam-directory "~/Documents/zettelkasten/")
(org-roam-db-location "~/Documents/zettelkasten/org-roam.db"))
:bind (:map org-roam-mode-map
(("C-c n l" . org-roam)
("C-c n f" . org-roam-find-file)