-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
258 lines (258 loc) · 9.08 KB
/
.gitmodules
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
[submodule "pkgs/better-defaults"]
path = pkgs/better-defaults
url = https://git.sr.ht/~technomancy/better-defaults
[submodule "themes/nord-emacs"]
path = themes/nord-emacs
url = https://github.com/arcticicestudio/nord-emacs.git
[submodule "pkgs/no-littering"]
path = pkgs/no-littering
url = https://github.com/emacscollective/no-littering.git
[submodule "pkgs/exec-path-from-shell"]
path = pkgs/exec-path-from-shell
url = https://github.com/purcell/exec-path-from-shell.git
[submodule "pkgs/zoom"]
path = pkgs/zoom
url = https://github.com/cyrus-and/zoom.git
[submodule "pkgs/perspective-el"]
path = pkgs/perspective-el
url = https://github.com/nex3/perspective-el
[submodule "pkgs/unicode-fonts"]
path = pkgs/unicode-fonts
url = https://github.com/rolandwalker/unicode-fonts.git
[submodule "pkgs/practical.org.el"]
path = pkgs/practical.org.el
url = https://github.com/jjuliano/practical.org.el.git
[submodule "pkgs/font-utils"]
path = pkgs/font-utils
url = https://github.com/rolandwalker/font-utils.git
[submodule "pkgs/ucs-utils"]
path = pkgs/ucs-utils
url = https://github.com/rolandwalker/ucs-utils.git
[submodule "pkgs/list-utils"]
path = pkgs/list-utils
url = https://github.com/rolandwalker/list-utils.git
[submodule "pkgs/emacs-direnv"]
path = pkgs/emacs-direnv
url = https://github.com/wbolster/emacs-direnv.git
[submodule "pkgs/tide"]
path = pkgs/tide
url = https://github.com/ananthakumaran/tide
[submodule "pkgs/typescript-mode"]
path = pkgs/typescript-mode
url = https://github.com/emacs-typescript/typescript.el.git
[submodule "pkgs/dash"]
path = pkgs/dash
url = https://github.com/magnars/dash.el.git
[submodule "pkgs/s"]
path = pkgs/s
url = https://github.com/magnars/s.el.git
[submodule "pkgs/flycheck"]
path = pkgs/flycheck
url = https://github.com/flycheck/flycheck.git
[submodule "pkgs/web-mode"]
path = pkgs/web-mode
url = https://github.com/fxbois/web-mode.git
[submodule "pkgs/go-mode"]
path = pkgs/go-mode
url = https://github.com/dominikh/go-mode.el.git
[submodule "pkgs/auto-complete"]
path = pkgs/auto-complete
url = https://github.com/auto-complete/auto-complete.git
[submodule "pkgs/popup-el"]
path = pkgs/popup-el
url = https://github.com/auto-complete/popup-el.git
[submodule "pkgs/fuzzy-el"]
path = pkgs/fuzzy-el
url = https://github.com/auto-complete/fuzzy-el.git
[submodule "pkgs/magit"]
path = pkgs/magit
url = https://github.com/magit/magit.git
[submodule "pkgs/org-ac"]
path = pkgs/org-ac
url = https://github.com/aki2o/org-ac.git
[submodule "pkgs/js2-mode"]
path = pkgs/js2-mode
url = https://github.com/mooz/js2-mode.git
[submodule "pkgs/prettier"]
path = pkgs/prettier
url = https://github.com/prettier/prettier-emacs.git
[submodule "pkgs/dumb-jump"]
path = pkgs/dumb-jump
url = https://github.com/jacktasia/dumb-jump.git
[submodule "pkgs/wucuo"]
path = pkgs/wucuo
url = https://github.com/redguardtoo/wucuo.git
[submodule "pkgs/flyspell-popup"]
path = pkgs/flyspell-popup
url = https://github.com/xuchunyang/flyspell-popup.git
[submodule "pkgs/langtool"]
path = pkgs/langtool
url = https://github.com/mhayashi1120/Emacs-langtool.git
[submodule "pkgs/markdown-mode"]
path = pkgs/markdown-mode
url = https://github.com/jrblevin/markdown-mode.git
[submodule "pkgs/minted"]
path = pkgs/minted
url = https://github.com/gpoore/minted.git
[submodule "pkgs/auto-complete-pcmp"]
path = pkgs/auto-complete-pcmp
url = https://github.com/aki2o/auto-complete-pcmp.git
[submodule "pkgs/log4e"]
path = pkgs/log4e
url = https://github.com/aki2o/log4e.git
[submodule "pkgs/yaxception"]
path = pkgs/yaxception
url = https://github.com/aki2o/yaxception.git
[submodule "pkgs/go-autocomplete"]
path = pkgs/go-autocomplete
url = https://github.com/emacsattic/go-autocomplete.git
[submodule "pkgs/transient"]
path = pkgs/transient
url = https://github.com/magit/transient.git
[submodule "pkgs/with-editor"]
path = pkgs/with-editor
url = https://github.com/magit/with-editor.git
[submodule "pkgs/emacs-libvterm"]
path = pkgs/emacs-libvterm
url = https://github.com/akermu/emacs-libvterm.git
[submodule "pkgs/eterm-256color"]
path = pkgs/eterm-256color
url = https://github.com/dieggsy/eterm-256color
[submodule "pkgs/xterm-color"]
path = pkgs/xterm-color
url = https://github.com/atomontage/xterm-color
[submodule "pkgs/f"]
path = pkgs/f
url = https://github.com/rejeep/f.el
[submodule "pkgs/add-node-modules-path"]
path = pkgs/add-node-modules-path
url = https://github.com/codesuki/add-node-modules-path.git
[submodule "pkgs/prettier-rc-emacs"]
path = pkgs/prettier-rc-emacs
url = https://github.com/jjuliano/prettier-rc-emacs
[submodule "pkgs/eslint-fix"]
path = pkgs/eslint-fix
url = https://github.com/codesuki/eslint-fix.git
[submodule "pkgs/eslint-rc-emacs"]
path = pkgs/eslint-rc-emacs
url = https://github.com/jjuliano/eslint-rc-emacs.git
[submodule "themes/uwu-theme"]
path = themes/uwu-theme
url = https://github.com/kborling/uwu-theme.git
[submodule "themes/starlit-emacs"]
path = themes/starlit-emacs
url = https://github.com/SFTtech/starlit-emacs.git
[submodule "pkgs/terraform-mode"]
path = pkgs/terraform-mode
url = https://github.com/emacsorphanage/terraform-mode.git
[submodule "pkgs/emacs-hcl-mode"]
path = pkgs/emacs-hcl-mode
url = https://github.com/purcell/emacs-hcl-mode.git
[submodule "pkgs/projectile"]
path = pkgs/projectile
url = https://github.com/bbatsov/projectile.git
[submodule "pkgs/rainbow-delimeters"]
path = pkgs/rainbow-delimeters
url = https://github.com/Fanael/rainbow-delimiters.git
[submodule "pkgs/emacs-which-key"]
path = pkgs/emacs-which-key
url = https://github.com/justbur/emacs-which-key.git
[submodule "pkgs/ag"]
path = pkgs/ag
url = https://github.com/Wilfred/ag.el
[submodule "pkgs/vertico"]
path = pkgs/vertico
url = https://github.com/minad/vertico.git
[submodule "pkgs/marginalia"]
path = pkgs/marginalia
url = https://github.com/minad/marginalia.git
[submodule "pkgs/consult"]
path = pkgs/consult
url = https://github.com/minad/consult
[submodule "pkgs/embark"]
path = pkgs/embark
url = https://github.com/oantolin/embark.git
[submodule "pkgs/orderless"]
path = pkgs/orderless
url = https://github.com/oantolin/orderless.git
[submodule "pkgs/consult-projectile"]
path = pkgs/consult-projectile
url = https://gitlab.com/OlMon/consult-projectile.git
[submodule "pkgs/textsize"]
path = pkgs/textsize
url = https://github.com/WJCFerguson/textsize.git
[submodule "pkgs/company-mode"]
path = pkgs/company-mode
url = https://github.com/company-mode/company-mode.git
[submodule "pkgs/tern"]
path = pkgs/tern
url = https://github.com/ternjs/tern.git
[submodule "themes/emacs-faff-theme"]
path = themes/emacs-faff-theme
url = https://github.com/WJCFerguson/emacs-faff-theme.git
[submodule "pkgs/emacs-company-terraform"]
path = pkgs/emacs-company-terraform
url = https://github.com/rafalcieslak/emacs-company-terraform.git
[submodule "pkgs/yaml-mode"]
path = pkgs/yaml-mode
url = https://github.com/yoshiki/yaml-mode.git
[submodule "pkgs/bicycle"]
path = pkgs/bicycle
url = https://github.com/tarsius/bicycle.git
[submodule "pkgs/compat-el"]
path = pkgs/compat-el
url = https://github.com/phikal/compat.el.git
[submodule "pkgs/chatgpt-el"]
path = pkgs/chatgpt-el
url = https://github.com/joshcho/ChatGPT.el.git
[submodule "pkgs/epc"]
path = pkgs/epc
url = https://github.com/kiwanami/emacs-epc.git
[submodule "pkgs/deferred"]
path = pkgs/deferred
url = https://github.com/kiwanami/emacs-deferred.git
[submodule "pkgs/ctable"]
path = pkgs/ctable
url = https://github.com/kiwanami/emacs-ctable.git
[submodule "pkgs/polymode"]
path = pkgs/polymode
url = https://github.com/polymode/polymode.git
[submodule "pkgs/pcache-el"]
path = pkgs/pcache-el
url = https://github.com/sigma/pcache.git
[submodule "pkgs/persistent-soft-el"]
path = pkgs/persistent-soft-el
url = https://github.com/rolandwalker/persistent-soft.git
[submodule "pkgs/inf-ruby"]
path = pkgs/inf-ruby
url = https://github.com/nonsequitur/inf-ruby.git
[submodule "pkgs/yari"]
path = pkgs/yari
url = https://github.com/hron/yari.el.git
[submodule "pkgs/yasnippet"]
path = pkgs/yasnippet
url = https://github.com/joaotavora/yasnippet.git
[submodule "pkgs/emacs-eat"]
path = pkgs/eat
url = https://codeberg.org/akib/emacs-eat
[submodule "pkgs/pkl-mode"]
path = pkgs/pkl-mode
url = https://github.com/sin-ack/pkl-mode
[submodule "pkgs/copilot-el"]
path = pkgs/copilot-el
url = https://github.com/copilot-emacs/copilot.el.git
[submodule "pkgs/editorconfig"]
path = pkgs/editorconfig
url = https://github.com/editorconfig/editorconfig-emacs.git
[submodule "pkgs/visual-fill-column"]
path = pkgs/visual-fill-column
url = https://codeberg.org/joostkremers/visual-fill-column.git
[submodule "pkgs/cucumber-el"]
path = pkgs/cucumber-el
url = https://github.com/michaelklishin/cucumber.el.git
[submodule "pkgs/emacs-kotlin"]
path = pkgs/emacs-kotlin
url = https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode.git
[submodule "pkgs/flycheck-golangci-lint"]
path = pkgs/flycheck-golangci-lint
url = https://github.com/weijiangan/flycheck-golangci-lint.git