forked from technomancy/emacs-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
96 lines (96 loc) · 3.4 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
[submodule "vendor/rspec-mode"]
path = vendor/rspec-mode
url = git://github.com/pezra/rspec-mode.git
[submodule "vendor/rhtml-mode"]
path = vendor/rhtml-mode
url = git://github.com/eschulte/rhtml.git
[submodule "vendor/rinari"]
path = vendor/rinari
url = https://github.com/eschulte/rinari.git
[submodule "vendor/sinatra-mode"]
path = vendor/sinatra-mode
url = git://github.com/eschulte/sinatra_el.git
[submodule "vendor/clojure-mode"]
path = vendor/clojure-mode
url = https://github.com/technomancy/clojure-mode.git
[submodule "vendor/coffee-mode"]
path = vendor/coffee-mode
url = https://github.com/defunkt/coffee-mode.git
[submodule "vendor/js2-mode"]
path = vendor/js2-mode
url = https://github.com/mooz/js2-mode.git
[submodule "vendor/yaml-mode"]
path = vendor/yaml-mode
url = https://github.com/yoshiki/yaml-mode.git
[submodule "vendor/haml-mode"]
path = vendor/haml-mode
url = https://github.com/nex3/haml-mode.git
[submodule "vendor/as3-mode"]
path = vendor/as3-mode
url = https://github.com/aemoncannon/as3-mode.git
[submodule "vendor/sass-mode"]
path = vendor/sass-mode
url = https://github.com/nex3/sass-mode.git
[submodule "vendor/applescript-mode"]
path = vendor/applescript-mode
url = https://github.com/ieure/applescript-mode.git
[submodule "vendor/scss-mode"]
path = vendor/scss-mode
url = https://github.com/antonj/scss-mode.git
[submodule "vendor/markdown-mode"]
path = vendor/markdown-mode
url = https://github.com/emacsmirror/markdown-mode.git
[submodule "vendor/pig-mode"]
path = vendor/pig-mode
url = https://github.com/emacsmirror/pig-mode.git
[submodule "vendor/wc-mode"]
path = vendor/wc-mode
url = https://github.com/emacsmirror/wc-mode.git
[submodule "vendor/nginx-mode"]
path = vendor/nginx-mode
url = https://github.com/ajc/nginx-mode.git
[submodule "vendor/php-mode-el"]
path = vendor/php-mode-el
url = https://github.com/ieure/php-mode-el.git
[submodule "vendor/ruby-electric"]
path = vendor/ruby-electric
url = https://github.com/qoobaa/ruby-electric.git
[submodule "vendor/yasnippet"]
path = vendor/yasnippet
url = https://github.com/capitaomorte/yasnippet.git
[submodule "vendor/yasnippets-js"]
path = vendor/yasnippets-js
url = https://github.com/azer/js-yasnippets.git
[submodule "vendor/yasnippets-ruby"]
path = vendor/yasnippets-ruby
url = https://github.com/bmaland/yasnippet-ruby-mode.git
[submodule "vendor/paredit"]
path = vendor/paredit
url = https://github.com/emacsmirror/paredit.git
[submodule "vendor/mmm-mode"]
path = vendor/mmm-mode
url = https://github.com/emacsmirror/mmm-mode.git
[submodule "vendor/erlang_mode"]
path = vendor/erlang_mode
url = https://github.com/smtlaissezfaire/erlang_mode.git
[submodule "vendor/cucumber-mode"]
path = vendor/cucumber-mode
url = https://github.com/michaelklishin/cucumber.el.git
[submodule "vendor/docbook-xml-mode"]
path = vendor/docbook-xml-mode
url = https://github.com/emacsmirror/docbook-xml-mode.git
[submodule "vendor/markup-faces"]
path = vendor/markup-faces
url = https://github.com/sensorflo/markup-faces.git
[submodule "vendor/adoc-mode"]
path = vendor/adoc-mode
url = https://github.com/sensorflo/adoc-mode.git
[submodule "vendor/ess"]
path = vendor/ess
url = https://github.com/emacs-ess/ESS.git
[submodule "vendor/dockerfile-mode"]
path = vendor/dockerfile-mode
url = https://github.com/spotify/dockerfile-mode.git
[submodule "vendor/lua-mode"]
path = vendor/lua-mode
url = https://github.com/immerrr/lua-mode.git