-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitmodules
143 lines (127 loc) · 4.16 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
[submodule "vendor/magit"]
path = vendor/magit
url = https://github.com/magit/magit.git
ignore = untracked
[submodule "vendor/perspective"]
path = vendor/perspective
url = https://github.com/nex3/perspective-el.git
ignore = untracked
[submodule "vendor/theme-roller"]
path = vendor/theme-roller
url = https://github.com/senny/theme-roller.el.git
ignore = untracked
[submodule "vendor/rspec-mode"]
path = vendor/rspec-mode
url = https://github.com/pezra/rspec-mode.git
ignore = untracked
[submodule "vendor/rvm"]
path = vendor/rvm
url = https://github.com/senny/rvm.el.git
ignore = untracked
[submodule "vendor/rhtml-mode"]
path = vendor/rhtml-mode
url = https://github.com/eschulte/rhtml.git
ignore = untracked
[submodule "vendor/haml-mode"]
path = vendor/haml-mode
url = https://github.com/nex3/haml-mode.git
ignore = untracked
[submodule "vendor/feature-mode"]
path = vendor/feature-mode
url = https://github.com/michaelklishin/cucumber.el.git
ignore = untracked
[submodule "vendor/yaml-mode"]
path = vendor/yaml-mode
url = https://github.com/yoshiki/yaml-mode.git
ignore = untracked
[submodule "vendor/idle-highlight-mode"]
path = vendor/idle-highlight-mode
url = https://github.com/nonsequitur/idle-highlight-mode.git
ignore = untracked
[submodule "vendor/auto-complete"]
path = vendor/auto-complete
url = https://github.com/auto-complete/auto-complete.git
ignore = untracked
[submodule "vendor/smex"]
path = vendor/smex
url = https://github.com/nonsequitur/smex.git
ignore = untracked
[submodule "vendor/textmate"]
path = vendor/textmate
url = https://github.com/defunkt/textmate.el.git
ignore = untracked
[submodule "vendor/sass-mode"]
path = vendor/sass-mode
url = https://github.com/nex3/sass-mode.git
ignore = untracked
[submodule "vendor/scss-mode"]
path = vendor/scss-mode
url = https://github.com/antonj/scss-mode.git
ignore = untracked
[submodule "vendor/mode-compile"]
path = vendor/mode-compile
url = https://github.com/emacsmirror/mode-compile.git
ignore = untracked
[submodule "vendor/yari"]
path = vendor/yari
url = https://github.com/hron/yari.el.git
[submodule "vendor/markdown-mode"]
path = vendor/markdown-mode
url = https://github.com/defunkt/markdown-mode.git
[submodule "vendor/rinari"]
path = vendor/rinari
url = https://github.com/technomancy/rinari.git
[submodule "vendor/jump"]
path = vendor/jump
url = https://github.com/eschulte/jump.el.git
[submodule "vendor/eclim"]
path = vendor/eclim
url = https://github.com/senny/emacs-eclim
[submodule "vendor/maxframe"]
path = vendor/maxframe
url = https://github.com/rmm5t/maxframe.el.git
[submodule "vendor/coffee-mode"]
path = vendor/coffee-mode
url = https://github.com/defunkt/coffee-mode.git
[submodule "vendor/inf-ruby"]
path = vendor/inf-ruby
url = https://github.com/nonsequitur/inf-ruby.git
[submodule "vendor/less-css-mode"]
path = vendor/less-css-mode
url = https://github.com/purcell/less-css-mode.git
[submodule "vendor/popup"]
path = vendor/popup
url = https://github.com/auto-complete/popup-el.git
[submodule "vendor/ido-ubiquitous"]
path = vendor/ido-ubiquitous
url = https://github.com/DarwinAwardWinner/ido-ubiquitous.git
[submodule "vendor/ace-jump-mode"]
path = vendor/ace-jump-mode
url = https://github.com/winterTTr/ace-jump-mode.git
[submodule "vendor/json"]
path = vendor/json
url = https://github.com/thorstadt/json.el.git
[submodule "vendor/multiple-cursors"]
path = vendor/multiple-cursors
url = https://github.com/magnars/multiple-cursors.el.git
[submodule "vendor/php-mode"]
path = vendor/php-mode
url = https://github.com/ejmr/php-mode.git
[submodule "vendor/ruby-tools"]
path = vendor/ruby-tools
url = https://github.com/rejeep/ruby-tools.git
[submodule "vendor/rbenv"]
path = vendor/rbenv
url = https://github.com/senny/rbenv.el.git
[submodule "vendor/company"]
path = vendor/company
url = https://github.com/company-mode/company-mode.git
[submodule "vendor/alchemist"]
path = vendor/alchemist
url = https://github.com/tonini/alchemist.el.git
[submodule "vendor/elixir-mode"]
path = vendor/elixir-mode
url = https://github.com/elixir-lang/emacs-elixir.git
[submodule "vendor/git-modes"]
path = vendor/git-modes
url = https://github.com/magit/git-modes