mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-10 05:43:30 +01:00
10 lines
180 B
Text
Executable file
10 lines
180 B
Text
Executable file
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:
|