diff options
| -rw-r--r-- | vim/vim.symlink/after/ftplugin/tex.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/vim/vim.symlink/after/ftplugin/tex.vim b/vim/vim.symlink/after/ftplugin/tex.vim index dfe1f3e..cd4a2bf 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,4 +1,5 @@  setlocal spell spelllang=en_gb  autocmd CursorHold,CursorHoldI * update  set tabstop=2 shiftwidth=2 +set tw=79 | 
