diff --git a/.vimrc b/.vimrc index d10f7e1..32e9afc 100644 --- a/.vimrc +++ b/.vimrc @@ -142,6 +142,7 @@ if has("autocmd") autocmd FileType markdown setlocal spell autocmd BufRead,BufNewFile *.rst setlocal spell autocmd BufRead,BufNewFile *.txt setlocal spell + autocmd BufRead,BufNewFile *.cook setlocal spell " Set filetype tab settings autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et