diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-19 14:18:10 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-19 14:18:10 -0500 |
commit | be33d52665a84da4fc7014e9cbd7ae9ec7bf0be5 (patch) | |
tree | 34c2d408873c1defe8aad7d67d0be80517c35954 /.gitmodules | |
parent | Import emacs auto-complete (diff) |
Added auto-indent-mode and magit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 81eaa23..7c2a476 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "emacsen/auto-complete"] path = emacsen/auto-complete url = git@github.com:auto-complete/auto-complete.git +[submodule "emacsen/auto-indent-mode"] + path = emacsen/auto-indent-mode + url = https://github.com/mlf176f2/auto-indent-mode.el/ +[submodule "emacsen/magit"] + path = emacsen/magit + url = git@github.com:magit/magit.git |