summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index fa38844..39ba2c4 100644
--- a/.vimrc
+++ b/.vimrc
@@ -284,7 +284,7 @@ autocmd FileType python set ts=4 sw=4 softtabstop=4 et
" misc autocmd settings
autocmd FileType make setlocal noexpandtab
autocmd FileType text setlocal textwidth=78
-autocmd FileType tex setlocal linebreak
+autocmd FileType tex setlocal linebreak spell
autocmd BufRead,BufNewFile PKGBUILD let is_bash=1 | set ft=sh
" move to first line in git commits