mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-05 08:27:39 -04:00
Emacsg: Move build and remote settings out of .gitmodules
This commit is contained in:
parent
4c799656f5
commit
53b5fdc23c
9
.borgconfig
Normal file
9
.borgconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[submodule "dash"]
|
||||||
|
no-byte-compile = dash-functional.el
|
||||||
|
no-makeinfo = dash-template.texi
|
||||||
|
[submodule "emacsql"]
|
||||||
|
no-byte-compile = emacsql-pg.el
|
||||||
|
[submodule "magit"]
|
||||||
|
no-byte-compile = lisp/magit-libgit.el
|
||||||
|
[submodule "sqlite3"]
|
||||||
|
build-step = make
|
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
(
|
||||||
|
(auto-mode-alist
|
||||||
|
("\\.\\(borgconfig\\|gitremotes\\)\\'" . gitconfig-mode))
|
||||||
|
)
|
11
.gitmodules
vendored
11
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[borg]
|
[include]
|
||||||
pushDefault = locutus
|
path = .gitremotes
|
||||||
collective = emacsg
|
path = .borgconfig
|
||||||
[submodule "auto-compile"]
|
[submodule "auto-compile"]
|
||||||
path = lib/auto-compile
|
path = lib/auto-compile
|
||||||
url = git@github.com:emacscollective/auto-compile.git
|
url = git@github.com:emacscollective/auto-compile.git
|
||||||
@ -14,15 +14,12 @@
|
|||||||
path = lib/compat
|
path = lib/compat
|
||||||
url = https://git.sr.ht/~pkal/compat
|
url = https://git.sr.ht/~pkal/compat
|
||||||
[submodule "dash"]
|
[submodule "dash"]
|
||||||
no-byte-compile = dash-functional.el
|
|
||||||
no-makeinfo = dash-template.texi
|
|
||||||
path = lib/dash
|
path = lib/dash
|
||||||
url = git@github.com:magnars/dash.el.git
|
url = git@github.com:magnars/dash.el.git
|
||||||
[submodule "diff-hl"]
|
[submodule "diff-hl"]
|
||||||
path = lib/diff-hl
|
path = lib/diff-hl
|
||||||
url = git@github.com:dgutov/diff-hl.git
|
url = git@github.com:dgutov/diff-hl.git
|
||||||
[submodule "emacsql"]
|
[submodule "emacsql"]
|
||||||
no-byte-compile = emacsql-pg.el
|
|
||||||
path = lib/emacsql
|
path = lib/emacsql
|
||||||
url = git@github.com:magit/emacsql.git
|
url = git@github.com:magit/emacsql.git
|
||||||
[submodule "epkg"]
|
[submodule "epkg"]
|
||||||
@ -35,11 +32,9 @@
|
|||||||
path = lib/llama
|
path = lib/llama
|
||||||
url = https://git.sr.ht/~tarsius/llama
|
url = https://git.sr.ht/~tarsius/llama
|
||||||
[submodule "magit"]
|
[submodule "magit"]
|
||||||
no-byte-compile = lisp/magit-libgit.el
|
|
||||||
path = lib/magit
|
path = lib/magit
|
||||||
url = git@github.com:magit/magit.git
|
url = git@github.com:magit/magit.git
|
||||||
[submodule "sqlite3"]
|
[submodule "sqlite3"]
|
||||||
build-step = make
|
|
||||||
path = lib/sqlite3
|
path = lib/sqlite3
|
||||||
url = git@github.com:pekingduck/emacs-sqlite3-api.git
|
url = git@github.com:pekingduck/emacs-sqlite3-api.git
|
||||||
[submodule "transient"]
|
[submodule "transient"]
|
||||||
|
2
.gitremotes
Normal file
2
.gitremotes
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[borg]
|
||||||
|
pushDefault = locutus
|
Loading…
x
Reference in New Issue
Block a user