-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
54 lines (54 loc) · 2 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
[submodule "web-mode"]
path = common/.emacs.d/web-mode
url = https://github.com/fxbois/web-mode.git
[submodule "rinari"]
path = common/.emacs.d/rinari
url = https://github.com/eschulte/rinari.git
[submodule "rhtml"]
path = common/.emacs.d/rhtml
url = https://github.com/eschulte/rhtml.git
[submodule "ecb"]
path = common/.emacs.d/ecb
url = https://github.com/emacsmirror/ecb.git
[submodule "php-mode"]
path = common/.emacs.d/php-mode
url = https://github.com/ejmr/php-mode.git
[submodule "haml-mode"]
path = common/.emacs.d/haml-mode
url = https://github.com/nex3/haml-mode.git
[submodule "coffee-mode"]
path = common/.emacs.d/coffee-mode
url = https://github.com/defunkt/coffee-mode.git
[submodule "nginx-mode"]
path = common/.emacs.d/nginx-mode
url = https://github.com/ajc/nginx-mode.git
[submodule "scss-mode"]
path = common/.emacs.d/scss-mode
url = https://github.com/antonj/scss-mode.git
[submodule "yaml-mode"]
path = common/.emacs.d/yaml-mode
url = https://github.com/yoshiki/yaml-mode.git
[submodule "powerline-shell"]
path = common/powerline-shell
url = https://github.com/sanmiguelje/powerline-shell
[submodule "common/.emacs.d/git-modes"]
path = common/.emacs.d/git-modes
url = https://github.com/magit/git-modes.git
[submodule "yasnippet"]
path = common/.emacs.d/yasnippet
url = https://github.com/capitaomorte/yasnippet
[submodule "common/.emacs.d/color-theme-sanityinc-tomorrow"]
path = common/.emacs.d/color-theme-sanityinc-tomorrow
url = https://github.com/purcell/color-theme-sanityinc-tomorrow.git
[submodule "common/.emacs.d/rust-mode"]
path = common/.emacs.d/rust-mode
url = https://github.com/rust-lang/rust-mode
[submodule "common/.emacs.d/elixir"]
path = common/.emacs.d/elixir
url = https://github.com/elixir-lang/emacs-elixir
[submodule "common/.emacs.d/dockerfile-mode"]
path = common/.emacs.d/dockerfile-mode
url = https://github.com/spotify/dockerfile-mode.git
[submodule "common/.emacs.d/go-mode"]
path = common/.emacs.d/go-mode
url = https://github.com/dominikh/go-mode.el.git