diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-21 19:01:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-21 19:01:55 -0500 |
commit | ce9167f1bd415b32a56912abe09e141b971da248 (patch) | |
tree | 27117338194dc64a02efc66e96d07fce99c4ffe2 /.gitmodules | |
parent | Warn on non-existent SUBSTS.local file, make sure it's 600 (diff) |
Added markdown-mode
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5f2626e..81c119d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "emacsen/popup"] path = emacsen/popup url = git@github.com:auto-complete/popup-el.git +[submodule "emacsen/markdown-mode"] + path = emacsen/markdown-mode + url = git://jblevins.org/git/markdown-mode.git |