mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-04-22 02:42:29 -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
|
||||
:defer t
|
||||
:init (setq epkg-repository
|
||||
(expand-file-name "var/epkgs/" user-emacs-directory)))
|
||||
:init
|
||||
(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
|
||||
:no-require t
|
||||
|
Loading…
x
Reference in New Issue
Block a user