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