Assimilate EBDB and move email setup to separate files in lisp/
[~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 "ebdb"]
22 path = lib/ebdb
23 url = https://github.com/girzel/ebdb.git
24 [submodule "ivy"]
25 path = lib/ivy
26 url = https://github.com/abo-abo/swiper.git
27 info-path = doc
28 [submodule "libgit"]
29 path = lib/libgit
30 url = https://github.com/magit/libegit2.git
31 build-step = make
32 [submodule "magit"]
33 path = lib/magit
34 url = https://github.com/magit/magit.git
35 recursive-byte-compile = true
36 info-path = Documentation
37 [submodule "no-littering"]
38 path = lib/no-littering
39 url = https://github.com/emacscollective/no-littering.git
40 [submodule "org"]
41 path = lib/org
42 url = https://code.orgmode.org/bzg/org-mode.git
43 build-step = make
44 load-path = lisp
45 load-path = contrib/lisp
46 info-path = doc
47 [submodule "packed"]
48 path = lib/packed
49 url = https://github.com/emacscollective/packed.git
50 [submodule "s"]
51 path = lib/s
52 url = https://github.com/magnars/s.el.git
53 [submodule "transient"]
54 path = lib/transient
55 url = https://github.com/magit/transient.git
56 [submodule "use-package"]
57 path = lib/use-package
58 url = https://github.com/jwiegley/use-package.git
59 [submodule "with-editor"]
60 path = lib/with-editor
61 url = https://github.com/magit/with-editor.git