mirror of
https://github.com/org-roam/org-roam
synced 2025-08-19 13:43:31 -05:00
(internal): Make org-roam-db--get non-interactive (#758)
This commit is contained in:
@@ -66,8 +66,7 @@ when used with multiple Org-roam instances."
|
||||
;;;; Core Functions
|
||||
(defun org-roam-db--get ()
|
||||
"Return the sqlite db file."
|
||||
(interactive "P")
|
||||
(or org-roam-db-location
|
||||
(or org-roam-db-location
|
||||
(expand-file-name "org-roam.db" org-roam-directory)))
|
||||
|
||||
(defun org-roam-db--get-connection ()
|
||||
|
Reference in New Issue
Block a user