diff options
Diffstat (limited to 'after/ftplugin/mail.vim')
-rw-r--r-- | after/ftplugin/mail.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/mail.vim b/after/ftplugin/mail.vim new file mode 100644 index 0000000..52cf6d9 --- /dev/null +++ b/after/ftplugin/mail.vim @@ -0,0 +1,3 @@ +autocmd BufRead,BufNewFile *mutt-* setfiletype mail +au BufRead /tmp/*mutt-* set tw=72 +set textwidth=72 |