]> git.rkrishnan.org Git - .emacs.d.git/blob - .gitmodules
plan9 into irc freenode list
[.emacs.d.git] / .gitmodules
1 [submodule "vendor/clojure-mode"]
2         path = vendor/clojure-mode
3         url = git://github.com/technomancy/clojure-mode.git
4 [submodule "vendor/slime"]
5         path = vendor/slime
6         url = https://github.com/antifuchs/slime.git
7 [submodule "vendor/ac-slime"]
8         path = vendor/ac-slime
9         url = https://github.com/purcell/ac-slime.git
10 [submodule "vendor/auto-complete"]
11         path = vendor/auto-complete
12         url = https://github.com/auto-complete/auto-complete
13 [submodule "vendor/popup"]
14         path = vendor/popup
15         url = https://github.com/auto-complete/popup-el.git
16 [submodule "vendor/company-mode"]
17         path = vendor/company-mode
18         url = https://github.com/company-mode/company-mode.git
19 [submodule "vendor/haskell-mode"]
20         path = vendor/haskell-mode
21         url = https://github.com/haskell/haskell-mode.git
22 [submodule "vendor/swank-js"]
23         path = vendor/swank-js
24         url = https://github.com/swank-js/swank-js.git
25 [submodule "themes/solarized"]
26         path = themes/solarized
27         url = https://github.com/bbatsov/solarized-emacs.git
28 [submodule "themes/zenburn"]
29         path = themes/zenburn
30         url = https://github.com/bbatsov/zenburn-emacs.git
31 [submodule "themes/dream"]
32         path = themes/dream
33         url = https://github.com/djcb/dream-theme.git
34 [submodule "vendor/twittering-mode"]
35         path = vendor/twittering-mode
36         url = git://github.com/hayamiz/twittering-mode.git