(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:
Jethro Kuan
2020-10-05 18:56:28 +08:00
committed by GitHub
parent d973e8f6e0
commit 32bf91077e
4 changed files with 30 additions and 36 deletions

View File

@ -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"