summaryrefslogtreecommitdiff
path: root/.vim/filetype.vim
blob: 763a5fa3f4958995dfe8a7da39d56a143ed8fdfc (plain)
1
2
3
4
augroup filetypedetect
        " Mail
        autocmd BufRead,BufNewFile *mutt-*      setfiletype mail
augroup END