mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Move org-roam-db-location to DOOMLOCALDIR/etc
More in line with org-roam's defaults. Closes #4108
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user