From 1cc6d8db23fa56dcf257a91ecfdfa8c678f30119 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 14 Jul 2014 11:27:32 -0400 Subject: [PATCH] Add spellcheck to markdown files --- vim/config/after.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/after.vim b/vim/config/after.vim index 8e4adae..b777fef 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -29,7 +29,7 @@ endif "FILETPE AND SYNTAX: {{{ "misc filtype specific settings - autocmd FileType gitcommit,notes,mail,notmuch,text setlocal spell + autocmd FileType gitcommit,notes,mail,notmuch,mkd,text setlocal spell autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber autocmd FileType mail,notmuch,text setlocal wrap autocmd FileType notes setlocal tw=80