diff options
author | Thanos Apollo <[email protected]> | 2024-01-27 07:25:45 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-27 07:25:45 +0200 |
commit | 359da18eb17545a98abb7be0d5bb803338a810de (patch) | |
tree | bb71ff1872d3ae902016df7a34d5f5376df1fae9 /gnosis.el | |
parent | f9d4039ac7783219de88a25df9767f9cf0a4aecc (diff) |
gnosis-db: adjust for emacsql 4.0.0
Use emacsql-sqlite-open as suggested in this issue:
<https://github.com/magit/emacsql/issues/113>
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |