blob: d341bbc93ea38cd09c9fac39b2d95f0b6500f24c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
[submodule "amx"]
path = lib/amx
url = https://github.com/DarwinAwardWinner/amx.git
[submodule "async"]
path = lib/async
url = https://github.com/jwiegley/emacs-async.git
[submodule "auto-compile"]
path = lib/auto-compile
url = https://github.com/emacscollective/auto-compile.git
[submodule "borg"]
path = lib/borg
url = https://github.com/emacscollective/borg.git
[submodule "dash"]
path = lib/dash
url = https://github.com/magnars/dash.el.git
no-makeinfo = dash-template.texi
# dash creates a `dir' dash info file, which makes git think
# that the submodule is dirty. so, let's ignore the untracked
# files of dash's submodule
ignore = untracked
[submodule "ebdb"]
path = lib/ebdb
url = https://github.com/girzel/ebdb.git
[submodule "ivy"]
path = lib/ivy
url = https://github.com/abo-abo/swiper.git
info-path = doc
[submodule "libgit"]
path = lib/libgit
url = https://github.com/magit/libegit2.git
build-step = make
[submodule "magit"]
path = lib/magit
url = https://github.com/magit/magit.git
recursive-byte-compile = true
info-path = Documentation
[submodule "no-littering"]
path = lib/no-littering
url = https://github.com/emacscollective/no-littering.git
[submodule "org"]
path = lib/org
url = https://code.orgmode.org/bzg/org-mode.git
build-step = make
load-path = lisp
load-path = contrib/lisp
info-path = doc
[submodule "packed"]
path = lib/packed
url = https://github.com/emacscollective/packed.git
[submodule "s"]
path = lib/s
url = https://github.com/magnars/s.el.git
[submodule "transient"]
path = lib/transient
url = https://github.com/magit/transient.git
[submodule "use-package"]
path = lib/use-package
url = https://github.com/jwiegley/use-package.git
[submodule "with-editor"]
path = lib/with-editor
url = https://github.com/magit/with-editor.git
|