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