mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
epkg: Use emacsql-sqlite-builtin or -module
This commit is contained in:
parent
e94cb9e7a7
commit
b060aff59a
7
init.el
7
init.el
@ -46,8 +46,11 @@
|
|||||||
|
|
||||||
(use-package epkg
|
(use-package epkg
|
||||||
:defer t
|
:defer t
|
||||||
:init (setq epkg-repository
|
:init
|
||||||
(expand-file-name "var/epkgs/" user-emacs-directory)))
|
(setq epkg-repository
|
||||||
|
(expand-file-name "var/epkgs/" user-emacs-directory))
|
||||||
|
(setq epkg-database-connector
|
||||||
|
(if (>= emacs-major-version 29) 'sqlite-builtin 'sqlite-module)))
|
||||||
|
|
||||||
(use-package custom
|
(use-package custom
|
||||||
:no-require t
|
:no-require t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user