mirror of
https://github.com/org-roam/org-roam
synced 2025-08-11 13:07:24 -05:00
(fix): fix emacsql-sqlite3 check (#1142)
This commit is contained in:
@ -1515,7 +1515,7 @@ Otherwise, behave as if called interactively."
|
|||||||
:global t
|
:global t
|
||||||
(cond
|
(cond
|
||||||
(org-roam-mode
|
(org-roam-mode
|
||||||
(unless (or (and (bound-and-true-p 'emacsql-sqlite3-executable)
|
(unless (or (and (bound-and-true-p emacsql-sqlite3-executable)
|
||||||
(file-executable-p emacsql-sqlite3-executable))
|
(file-executable-p emacsql-sqlite3-executable))
|
||||||
(executable-find "sqlite3"))
|
(executable-find "sqlite3"))
|
||||||
(lwarn '(org-roam) :error "Cannot find executable 'sqlite3'. \
|
(lwarn '(org-roam) :error "Cannot find executable 'sqlite3'. \
|
||||||
|
Reference in New Issue
Block a user