diff options
Diffstat (limited to '')
-rw-r--r-- | dot_vim/ftplugin/latex-suite/packages/lscape | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dot_vim/ftplugin/latex-suite/packages/lscape b/dot_vim/ftplugin/latex-suite/packages/lscape deleted file mode 100644 index 33976ea..0000000 --- a/dot_vim/ftplugin/latex-suite/packages/lscape +++ /dev/null @@ -1,10 +0,0 @@ -if exists("lscape_package_file") - finish -endif -let lscape_package_file = 1 - -let g:TeX_package_option_lscape = '' - -let g:TeX_package_lscape = 'env:landscape' - -" vim:ft=vim:ff=unix: |