migrated helm, yasnippet and feature-mode (cucumber.el) to submodules

This commit is contained in:
Bozhidar Batsov 2012-04-04 18:44:41 +03:00
parent 72f073feaa
commit 72f44bcc1f
589 changed files with 12 additions and 89775 deletions

9
.gitmodules vendored
View file

@ -1,3 +1,12 @@
[submodule "personal"]
path = personal
url = https://github.com/bbatsov/emacs-prelude-personal.git
[submodule "vendor/helm"]
path = vendor/helm
url = https://github.com/emacs-helm/helm
[submodule "vendor/yasnippet"]
path = vendor/yasnippet
url = https://github.com/capitaomorte/yasnippet
[submodule "vendor/feature-mode"]
path = vendor/feature-mode
url = https://github.com/michaelklishin/cucumber.el