Add spellcheck to markdown files

This commit is contained in:
Kevin MacMartin 2014-07-14 11:27:32 -04:00
parent dbc155b78a
commit 1cc6d8db23

View file

@ -29,7 +29,7 @@ endif
"FILETPE AND SYNTAX: {{{ "FILETPE AND SYNTAX: {{{
"misc filtype specific settings "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 notes,mail,notmuch,mkd,text setlocal nonumber
autocmd FileType mail,notmuch,text setlocal wrap autocmd FileType mail,notmuch,text setlocal wrap
autocmd FileType notes setlocal tw=80 autocmd FileType notes setlocal tw=80