aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/muttrc.vim
blob: b54efd76567b039aa08b9c95b47cdb1546fcd955 (plain) (blame)
1
2
3
4
5
6
7
" Add automatic commands to detect .muttrc files
augroup dfmuttrc
  autocmd!
  autocmd BufNewFile,BufRead
      \ **/.dotfiles/mutt/muttrc.d/*.rc,**/.muttrc.d/*.rc
      \ setlocal filetype=muttrc
augroup END