From 5aea237f041d7ba6a713a77a9c8376a3f8f07a96 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 26 Oct 2011 00:08:36 +0200 Subject: [PATCH] add formatting for human,mail and tex files --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 57e4108..2ba46bd 100644 --- a/vimrc +++ b/vimrc @@ -206,6 +206,10 @@ map cc :CoffeeCompile map cm :CoffeeMake au BufNewFile,BufReadPost *.coffee setl foldmethod=indent nofoldenable +" MAIL HUMAN TEX +au BufNewFile,BufRead *.txt set filetype=human +au FileType human,mail,tex set expandtab textwidth=78 nocindent + "" LANGUAGE SPECIFIC " CSS