Skip to content

Commit

Permalink
LaTeX background compilation should be silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Rath committed May 19, 2016
1 parent 26d7919 commit 9f32069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -233,7 +233,7 @@ let g:tex_comment_nospell=1

" Automatically compile LaTeX files on saving
autocmd FileType tex let &l:makeprg="latexmk -pdflatex='pdflatex -file-line-error -synctex=1 -interaction=nonstopmode -halt-on-error' -pdf %"
autocmd BufWritePost *.tex Make
autocmd BufWritePost *.tex silent Make

" HTML indentation
let g:html_indent_inctags = "body,head,li"
Expand Down

0 comments on commit 9f32069

Please sign in to comment.