mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-24 18:35:22 -04:00
Merge branch 'master' into layer/all
This commit is contained in:
commit
7f45ad5cbd
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -115,6 +115,7 @@
|
||||
path = lib/sisyphus
|
||||
url = git@github.com:magit/sisyphus.git
|
||||
[submodule "sqlite3"]
|
||||
build-step = make
|
||||
path = lib/sqlite3
|
||||
url = git@github.com:pekingduck/emacs-sqlite3-api.git
|
||||
[submodule "transient"]
|
||||
|
7
init.el
7
init.el
@ -47,7 +47,12 @@
|
||||
(use-package no-littering)
|
||||
|
||||
(use-package epkg
|
||||
:defer t)
|
||||
:defer t
|
||||
: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