about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/vimrc')
-rw-r--r--vim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 1c16a78..1b7c421 100644
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -29,7 +29,7 @@ augroup vimrc
   autocmd FileType vim,sh,scheme,lua,tex,cmake,cpp,plantuml,html,octave,pascal
         \ setlocal shiftwidth=2
   autocmd FileType rst setlocal shiftwidth=3
-  autocmd FileType markdown,rst,tex setlocal spell
+  autocmd FileType mail,markdown,rst,tex setlocal spell
   autocmd BufWinEnter *
         \ if &filetype ==# 'python' || &filetype ==# 'cython'
         \ || &filetype ==# 'mail'