diff vimrc @ 250:7a595f9ef896

Switch to tmux-continuum
author zegervdv <zegervdv@me.com>
date Mon, 23 Feb 2015 17:53:58 +0100
parents 5199030e3e2c
children 731b2964b8fd
line wrap: on
line diff
--- a/vimrc	Mon Feb 23 08:40:58 2015 +0100
+++ b/vimrc	Mon Feb 23 17:53:58 2015 +0100
@@ -345,7 +345,7 @@
 " Latex {{{
 " Open pdf
 nnoremap <leader>v :!open -a /Applications/TeX/TeXShop.app %:r.pdf<CR><CR>
-autocmd FileType tex setlocal makeprg=latexmk\ -pdf\ %:r
+" autocmd FileType tex setlocal makeprg=latexmk\ -pdf\ %:r
 au BufNewFile,BufRead,BufEnter *.tex setlocal spell spelllang=en_gb
 au BufNewFile,BufRead,BufEnter *.tex setlocal textwidth=0
 " }}}