diff options
Diffstat (limited to '.vim/ftplugin/latex-suite/packages/bophook')
-rw-r--r-- | .vim/ftplugin/latex-suite/packages/bophook | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.vim/ftplugin/latex-suite/packages/bophook b/.vim/ftplugin/latex-suite/packages/bophook deleted file mode 100644 index 16ca8b0..0000000 --- a/.vim/ftplugin/latex-suite/packages/bophook +++ /dev/null @@ -1,12 +0,0 @@ -if exists("bophook_package_file") - finish -endif -let bophook_package_file = 1 - -let g:TeX_package_option_bophook = '' - -let g:TeX_package_bophook = -\ 'bra:AtBeginPage,' -\.'bra:PageLayout' - -" vim:ft=vim:ff=unix: |