Added neomutt support
This commit is contained in:
parent
aed7cacfb1
commit
444d5e4f52
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -127,6 +127,7 @@ function! MuttSettings()
|
|||
set expandtab
|
||||
endfunction
|
||||
autocmd BufNewFile,BufFilePre,BufRead /tmp/mutt-* :call MuttSettings()
|
||||
autocmd BufNewFile,BufFilePre,BufRead /tmp/neomutt-* :call MuttSettings()
|
||||
|
||||
" Settings for my C environment:
|
||||
function! CSettings()
|
||||
|
|
Loading…
Add table
Reference in a new issue