diff options
| author | 2011-04-17 00:21:52 +0200 | |
|---|---|---|
| committer | 2011-04-17 00:22:17 +0200 | |
| commit | bd983b778ec76abc4003a10f9daf4634680dfbc2 (patch) | |
| tree | 1d92bf7a76abf16eef8d7833727176ade851caca /.gitmodules | |
| parent | d1502aa2456b2dd5747eb6105ba671e9a1a3134a (diff) | |
| download | dotfiles-bd983b778ec76abc4003a10f9daf4634680dfbc2.tar.gz dotfiles-bd983b778ec76abc4003a10f9daf4634680dfbc2.zip | |
Added markdown mode
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8b16cdc..34083d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "emacs.d/auto-complete-clang"] path = emacs.d/auto-complete-clang url = git://github.com/brianjcj/auto-complete-clang.git +[submodule "emacs.d/elisp/markdown-mode"] + path = emacs.d/elisp/markdown-mode + url = git://jblevins.org/git/markdown-mode.git |
