summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 1f330cd..7890b73 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -74,7 +74,7 @@
(make-directory gnosis-images-dir))
(defconst gnosis-db
- (emacsql-sqlite (expand-file-name "gnosis.db" gnosis-dir))
+ (emacsql-sqlite-open (expand-file-name "gnosis.db" gnosis-dir))
"Gnosis database file.")
(defvar gnosis-testing nil