aboutsummaryrefslogtreecommitdiff
path: root/.vim/filetype.vim
blob: a1d5d7c5930549f39abda77ca87b0cc5fa99bcce (plain)
1
2
3
4
augroup filetypedetect
    autocm BufRead,BufNewFile *.org setfiletype org
    autocmd BufRead,BufNewFile *mutt-* setfiletype mail
augroup end