Add Tridactyl config
[~bandali/configs] / .gitmodules
CommitLineData
8b1a2f32
AB
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
032726b6
AB
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
8b1a2f32
AB
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
032726b6
AB
44[submodule "packed"]
45 path = lib/packed
46 url = https://github.com/emacscollective/packed.git
8b1a2f32
AB
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
032726b6
AB
53[submodule "use-package"]
54 path = lib/use-package
55 url = https://github.com/jwiegley/use-package.git
8b1a2f32
AB
56[submodule "with-editor"]
57 path = lib/with-editor
58 url = https://github.com/magit/with-editor.git