refactor: remove emacsql-sqlite backend option

This option is no longer supported in emacsql 4.0 and was throwing
linter errors in CI.

Ref: 7a79c2be3d
This commit is contained in:
Dustin Farris
2025-02-17 10:51:35 -08:00
parent 40b6c10d8a
commit 2490afe110
5 changed files with 220 additions and 376 deletions

View File

@ -80,6 +80,7 @@
(require 'magit-section)
(require 'emacsql)
;; emacsql-sqlite provides an interface to a chosen emacsql SQLite backend (e.g. emacs-sqlite-builtin)
(require 'emacsql-sqlite)
(require 'org)