Added vim rule that automatically sets text width when sending mail
This commit is contained in:
parent
849007056e
commit
fd823b4339
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -1,6 +1,8 @@
|
|||
syntax on
|
||||
colorscheme zenburn
|
||||
|
||||
au BufRead ~/.mutt/temp/mutt-* set tw=72
|
||||
|
||||
autocmd FileType make setlocal noexpandtab
|
||||
autocmd BufWritePre *.php :%s/\s\+$//e
|
||||
|
||||
|
|
Loading…
Reference in a new issue