Commit | Line | Data |
---|---|---|
692a063f AB |
1 | [borg] |
2 | pushDefault = aminb | |
3 | collective = emacsg | |
75095920 AB |
4 | [submodule "all-the-icons"] |
5 | path = lib/all-the-icons | |
6 | url = git@github.com:domtronn/all-the-icons.el.git | |
221cdaa3 AB |
7 | [submodule "alloy-mode"] |
8 | path = lib/alloy-mode | |
d43a20d7 | 9 | url = git@github.com:dwwmmn/alloy-mode.git |
3f0f8d01 AB |
10 | [submodule "async"] |
11 | path = lib/async | |
12 | url = git@github.com:jwiegley/emacs-async.git | |
692a063f AB |
13 | [submodule "auto-compile"] |
14 | path = lib/auto-compile | |
15 | url = git@github.com:emacscollective/auto-compile.git | |
16 | [submodule "borg"] | |
17 | path = lib/borg | |
18 | url = git@github.com:emacscollective/borg.git | |
0f3d4eb5 AB |
19 | [submodule "borg-nix-shell"] |
20 | path = lib/borg-nix-shell | |
21 | url = git@github.com:thblt/borg-nix-shell.git | |
692a063f AB |
22 | [submodule "closql"] |
23 | path = lib/closql | |
24 | url = git@github.com:emacscollective/closql.git | |
3f0f8d01 AB |
25 | [submodule "company"] |
26 | path = lib/company | |
27 | url = git@github.com:company-mode/company-mode.git | |
6f4c133d AB |
28 | [submodule "counsel-notmuch"] |
29 | path = lib/counsel-notmuch | |
30 | url = git@github.com:fuxialexander/counsel-notmuch.git | |
bb93c9e1 AB |
31 | [submodule "crux"] |
32 | path = lib/crux | |
33 | url = git@github.com:bbatsov/crux.git | |
eba52b9c AB |
34 | [submodule "dante"] |
35 | path = lib/dante | |
36 | url = git@github.com:jyp/dante.git | |
692a063f AB |
37 | [submodule "dash"] |
38 | path = lib/dash | |
39 | url = git@github.com:magnars/dash.el.git | |
40 | no-makeinfo = dash-template.texi | |
180cab37 AB |
41 | # dash creates a `dir' dash info file, which makes git think |
42 | # that the submodule is dirty. so, let's ignore the untracked | |
43 | # files of dash's submodule | |
44 | ignore = untracked | |
692a063f AB |
45 | [submodule "diff-hl"] |
46 | path = lib/diff-hl | |
47 | url = git@github.com:dgutov/diff-hl.git | |
75095920 AB |
48 | [submodule "doom-modeline"] |
49 | path = lib/doom-modeline | |
50 | url = git@github.com:seagle0128/doom-modeline.git | |
fdcac86a AB |
51 | [submodule "eink-theme"] |
52 | path = lib/eink-theme | |
53 | url = git@github.com:maio/eink-emacs.git | |
e22b0f9d | 54 | remote = aminb git@github.com:aminb/eink-emacs.git |
75095920 AB |
55 | [submodule "eldoc-eval"] |
56 | path = lib/eldoc-eval | |
57 | url = git@github.com:thierryvolpiatto/eldoc-eval.git | |
b36bd0dd AB |
58 | [submodule "elisp-refs"] |
59 | path = lib/elisp-refs | |
60 | url = git@github.com:Wilfred/elisp-refs.git | |
692a063f AB |
61 | [submodule "emacsql"] |
62 | path = lib/emacsql | |
63 | url = git@github.com:skeeto/emacsql.git | |
64 | no-byte-compile = emacsql-pg.el | |
65 | [submodule "epkg"] | |
66 | path = lib/epkg | |
67 | url = git@github.com:emacscollective/epkg.git | |
284bbe78 AB |
68 | [submodule "epl"] |
69 | path = lib/epl | |
70 | url = git@github.com:cask/epl.git | |
7538956f AB |
71 | [submodule "exec-path-from-shell"] |
72 | path = lib/exec-path-from-shell | |
73 | url = git@github.com:purcell/exec-path-from-shell.git | |
3f0f8d01 AB |
74 | [submodule "f"] |
75 | path = lib/f | |
76 | url = git@github.com:rejeep/f.el.git | |
77 | [submodule "flycheck"] | |
78 | path = lib/flycheck | |
79 | url = git@github.com:flycheck/flycheck.git | |
f76bdaa8 AB |
80 | [submodule "flycheck-haskell"] |
81 | path = lib/flycheck-haskell | |
82 | url = git@github.com:flycheck/flycheck-haskell.git | |
692a063f AB |
83 | [submodule "ghub"] |
84 | path = lib/ghub | |
85 | url = git@github.com:magit/ghub.git | |
86 | [submodule "git-modes"] | |
87 | path = lib/git-modes | |
88 | url = git@github.com:magit/git-modes.git | |
a81db923 AB |
89 | [submodule "haskell-mode"] |
90 | path = lib/haskell-mode | |
91 | url = git@github.com:haskell/haskell-mode.git | |
3f0f8d01 AB |
92 | [submodule "helm"] |
93 | path = lib/helm | |
94 | url = git@github.com:emacs-helm/helm.git | |
b36bd0dd AB |
95 | [submodule "helpful"] |
96 | path = lib/helpful | |
97 | url = git@github.com:Wilfred/helpful.git | |
36fca309 AB |
98 | [submodule "hlint-refactor"] |
99 | path = lib/hlint-refactor | |
100 | url = git@github.com:mpickering/hlint-refactor-mode.git | |
b55d92af AB |
101 | [submodule "hydra"] |
102 | path = lib/hydra | |
103 | url = git@github.com:abo-abo/hydra.git | |
f7752223 AB |
104 | [submodule "ivy"] |
105 | path = lib/ivy | |
106 | url = git@github.com:abo-abo/swiper.git | |
107 | info-path = doc | |
eba52b9c AB |
108 | [submodule "lcr"] |
109 | path = lib/lcr | |
110 | url = git@github.com:jyp/lcr.git | |
3f0f8d01 AB |
111 | [submodule "lean-mode"] |
112 | path = lib/lean-mode | |
113 | url = git@github.com:leanprover/lean-mode.git | |
b36bd0dd AB |
114 | [submodule "loop"] |
115 | path = lib/loop | |
116 | url = git@github.com:Wilfred/loop.el.git | |
692a063f AB |
117 | [submodule "magit"] |
118 | path = lib/magit | |
119 | url = git@github.com:magit/magit.git | |
1a052672 | 120 | recursive-byte-compile = true |
692a063f AB |
121 | info-path = Documentation |
122 | [submodule "magit-popup"] | |
123 | path = lib/magit-popup | |
124 | url = git@github.com:magit/magit-popup.git | |
125 | [submodule "markdown-mode"] | |
126 | path = lib/markdown-mode | |
127 | url = git@github.com:jrblevin/markdown-mode.git | |
75095920 AB |
128 | [submodule "memoize"] |
129 | path = lib/memoize | |
130 | url = git@github.com:skeeto/emacs-memoize.git | |
bb93c9e1 AB |
131 | [submodule "mwim"] |
132 | path = lib/mwim | |
133 | url = git@github.com:alezost/mwim.el.git | |
692a063f AB |
134 | [submodule "no-littering"] |
135 | path = lib/no-littering | |
136 | url = git@github.com:emacscollective/no-littering.git | |
fc5b6b8c AB |
137 | [submodule "notmuch"] |
138 | path = lib/notmuch | |
139 | url = https://git.notmuchmail.org/git/notmuch | |
51db62d8 AB |
140 | load-path = emacs |
141 | info-path = doc/_build/texinfo | |
0f3d4eb5 | 142 | build-nix-shell-packages = pkgconfig gitMinimal xapian gmime talloc zlib pythonPackages.sphinx pythonPackages.python texinfo |
51db62d8 AB |
143 | build-step = ./configure |
144 | build-step = make | |
145 | build-step = make sphinx-texinfo | |
146 | build-step = borg-makeinfo | |
f1dd8248 AB |
147 | [submodule "org"] |
148 | path = lib/org | |
149 | url = git@code.orgmode.org:bzg/org-mode.git | |
150 | load-path = lisp | |
151 | info-path = doc | |
152 | build-step = make compile autoloads info ORG_ADD_CONTRIB="org-notmuch" | |
153 | # setting ORG_ADD_CONTRIB results in copying of files from contrib/ | |
154 | # into lisp/, which git will pick up. so, let's ignore untracked files | |
155 | # from org's submodule; at least for now | |
156 | ignore = untracked | |
5bbd5ac3 AB |
157 | [submodule "ox-hugo"] |
158 | path = lib/ox-hugo | |
159 | url = git@github.com:kaushalmodi/ox-hugo.git | |
692a063f AB |
160 | [submodule "packed"] |
161 | path = lib/packed | |
162 | url = git@github.com:emacscollective/packed.git | |
284bbe78 AB |
163 | [submodule "pkg-info"] |
164 | path = lib/pkg-info | |
165 | url = git@github.com:lunaryorn/pkg-info.el.git | |
3f0f8d01 AB |
166 | [submodule "popup"] |
167 | path = lib/popup | |
168 | url = git@github.com:auto-complete/popup-el.git | |
75095920 AB |
169 | [submodule "projectile"] |
170 | path = lib/projectile | |
171 | url = git@github.com:bbatsov/projectile.git | |
695170a4 AB |
172 | [submodule "proof-site"] # Proof General |
173 | path = lib/proof-site | |
174 | url = git@github.com:ProofGeneral/PG.git | |
3f0f8d01 AB |
175 | [submodule "s"] |
176 | path = lib/s | |
177 | url = git@github.com:magnars/s.el.git | |
d6945900 AB |
178 | [submodule "shackle"] |
179 | path = lib/shackle | |
180 | url = git@github.com:wasamasa/shackle.git | |
6ef44cb7 AB |
181 | [submodule "shell-pop"] |
182 | path = lib/shell-pop | |
183 | url = git@github.com:kyagi/shell-pop-el.git | |
75095920 AB |
184 | [submodule "shrink-path"] |
185 | path = lib/shrink-path | |
186 | url = git@gitlab.com:bennya/shrink-path.el.git | |
b36bd0dd AB |
187 | [submodule "shut-up"] |
188 | path = lib/shut-up | |
189 | url = git@github.com:cask/shut-up.git | |
f7752223 AB |
190 | [submodule "smex"] # used by counsel-M-x |
191 | path = lib/smex | |
192 | url = git@github.com:nonsequitur/smex.git | |
75095920 AB |
193 | [submodule "tao-theme"] |
194 | path = lib/tao-theme | |
195 | url = git@github.com:11111000000/tao-theme-emacs.git | |
cd346b06 | 196 | remote = aminb git@github.com:aminb/tao-theme-emacs.git |
692a063f AB |
197 | [submodule "undo-tree"] |
198 | path = lib/undo-tree | |
199 | url = git@github.com:emacsorphanage/undo-tree.git | |
200 | [submodule "use-package"] | |
201 | path = lib/use-package | |
202 | url = git@github.com:jwiegley/use-package.git | |
0deee788 AB |
203 | [submodule "which-key"] |
204 | path = lib/which-key | |
205 | url = git@github.com:justbur/emacs-which-key.git | |
692a063f AB |
206 | [submodule "with-editor"] |
207 | path = lib/with-editor | |
208 | url = git@github.com:magit/with-editor.git | |
209 | [submodule "yaml-mode"] | |
210 | path = lib/yaml-mode | |
211 | url = git@github.com:yoshiki/yaml-mode.git |