Move org-roam-db-location to DOOMLOCALDIR/etc
More in line with org-roam's defaults. Closes #4108
This commit is contained in:
parent
bba035a1a2
commit
077bab4c90
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
(file-truename
|
||||
(expand-file-name (or org-roam-directory "roam")
|
||||
org-directory)))
|
||||
org-roam-db-location (concat org-roam-directory ".org-roam.db")
|
||||
org-roam-db-location (concat doom-etc-dir "org-roam.db")
|
||||
org-roam-verbose nil ; https://youtu.be/fn4jIlFwuLU
|
||||
;; Make org-roam buffer sticky; i.e. don't replace it when opening a
|
||||
;; file with an *-other-window command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue