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,7 +66,6 @@ when used with multiple Org-roam instances."
|
|||||||
;;;; Core Functions
|
;;;; Core Functions
|
||||||
(defun org-roam-db--get ()
|
(defun org-roam-db--get ()
|
||||||
"Return the sqlite db file."
|
"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)))
|
(expand-file-name "org-roam.db" org-roam-directory)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user