mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(internal): move org-roam.db default location (#1164)
Move the default location of `org-roam.db` to the user's Emacs directory. This is a more sensible default: those who sync their Org files would not have the database synced over as well.
This commit is contained in:
@ -49,7 +49,7 @@
|
||||
|
||||
(defun test-org-roam--teardown ()
|
||||
(org-roam-mode -1)
|
||||
(delete-file (org-roam-db--get))
|
||||
(delete-file org-roam-db-location)
|
||||
(org-roam-db--close))
|
||||
|
||||
(describe "org-roam--str-to-list"
|
||||
|
Reference in New Issue
Block a user