]> code.delx.au - dotfiles/commitdiff
Vim: Use 72 char textwidth for mail to make quoting look better.
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 14 May 2008 16:03:50 +0000 (02:03 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 14 May 2008 16:03:50 +0000 (02:03 +1000)
.vim/filetypes.vim

index ff621c698e6147c1e37f81d71b3f0fff31fa39d9..d55c656afce7dad28516ed6715ae28f1837059d1 100644 (file)
@@ -13,7 +13,7 @@ autocmd BufNewFile,BufRead *.tex setlocal ft=tex
 " Set options based on filetypes, overriding the filetype plugin/indent options
 autocmd FileType text call WrapOn()
 autocmd FileType bib setlocal textwidth=78 nocindent smartindent
-autocmd FileType mail setlocal textwidth=78
+autocmd FileType mail setlocal textwidth=72
 autocmd FileType tex call WrapOn()
 autocmd FileType objc setlocal nocindent smartindent