Skip to content

Instantly share code, notes, and snippets.

@ahxxm
Created September 26, 2015 14:13
Show Gist options
  • Save ahxxm/f0c253dd87debb6fb6e0 to your computer and use it in GitHub Desktop.
Save ahxxm/f0c253dd87debb6fb6e0 to your computer and use it in GitHub Desktop.
gitmodule for dealM
[submodule "plugins/rainbow-mode"]
path = plugins/rainbow-mode
url = https://github.com/emacsmirror/rainbow-mode.git
[submodule "plugins/magit"]
path = plugins/magit
url = https://github.com/magit/magit.git
[submodule "plugins/yasnippet"]
path = plugins/yasnippet
url = https://github.com/chao787/yasnippet.git
[submodule "snippets"]
path = snippets
url = https://github.com/chao787/RSnippet.git
[submodule "plugins/auto-complete"]
path = plugins/auto-complete
url = https://github.com/auto-complete/auto-complete.git
[submodule "plugins/popup"]
path = plugins/popup
url = https://github.com/auto-complete/popup-el.git
[submodule "plugins/jade-mode"]
path = plugins/jade-mode
url = https://github.com/brianc/jade-mode.git
[submodule "plugins/emacs-jedi"]
path = plugins/emacs-jedi
url = https://github.com/tkf/emacs-jedi.git
[submodule "plugins/clojure-mode"]
path = plugins/clojure-mode
url = https://github.com/technomancy/clojure-mode.git
[submodule "plugins/ac-nrepl"]
path = plugins/ac-nrepl
url = https://github.com/purcell/ac-nrepl.git
[submodule "plugins/emacs-quickrun"]
path = plugins/emacs-quickrun
url = https://github.com/syohex/emacs-quickrun.git
[submodule "python-lib"]
path = python-lib
url = https://github.com/chao787/python-libs.git
[submodule "plugins/rainbow-delimiters"]
path = plugins/rainbow-delimiters
url = https://github.com/jlr/rainbow-delimiters.git
[submodule "plugins/git-modes"]
path = plugins/git-modes
url = https://github.com/magit/git-modes.git
[submodule "plugins/cider"]
path = plugins/cider
url = https://github.com/clojure-emacs/cider.git
[submodule "plugins/ggtags"]
path = plugins/ggtags
url = https://github.com/leoliu/ggtags.git
[submodule "plugins/dash"]
path = plugins/dash
url = https://github.com/magnars/dash.el.git
[submodule "plugins/emacs-python-environment"]
path = plugins/emacs-python-environment
url = https://github.com/tkf/emacs-python-environment.git
[submodule "plugins/scala-mode2"]
path = plugins/scala-mode2
url = https://github.com/hvesalai/scala-mode2.git
[submodule "plugins/rust-mode"]
path = plugins/rust-mode
url = https://github.com/rust-lang/rust-mode.git
[submodule "plugins/geiser"]
path = plugins/geiser
url = https://github.com/jaor/geiser.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment