Added LaTeX environment

This commit is contained in:
Serĉanto de Scio 2016-03-28 16:12:31 +10:00
parent 0606226c46
commit 0c9905fad5

7
.vimrc
View file

@ -36,6 +36,13 @@ function! ReStructuredSettings()
endfunction
autocmd BufNewFile,BufFilePre,BufRead *.rst :call ReStructuredSettings()
" My LaTeX environment:
function! LaTeXSettings()
set textwidth=79
set spell spelllang=en_au
endfunction
autocmd BufNewFile,BufFilePre,BufRead *.tex :call LaTeXSettings()
" Settings for my Haskell environment:
function! HaskellSettings()
set tabstop=4