summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 46e134c..b0b79ee 100644
--- a/.vimrc
+++ b/.vimrc
@@ -140,6 +140,9 @@ let g:Tex_DefaultTargetFormat="pdf"
" do not do concealment in .tex files -- just too slow (and ugly)
let g:tex_conceal = ""
+" use pipes instead of temp files
+let g:GPGUsePipes = 1
+
" =======================================================
" FINAL
" =======================================================