turn on spell in human readable files

This commit is contained in:
Thomas Ruoff
2015-01-04 23:49:11 +01:00
parent 33b6bbcfad
commit 926e145b5a

2
vimrc
View File

@@ -297,7 +297,7 @@ set autoread
"" txt, mail, human, tex
au BufNewFile,BufRead *.txt set filetype=human
au FileType human,mail,tex set wrap wm=2 textwidth=78 nocindent
au FileType human,mail,tex set wrap wm=2 textwidth=78 nocindent spell
"" Python
au FileType python set noexpandtab