diff options
Diffstat (limited to 'dot_vim/ftplugin/latex-suite/packages/acromake')
-rw-r--r-- | dot_vim/ftplugin/latex-suite/packages/acromake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_vim/ftplugin/latex-suite/packages/acromake b/dot_vim/ftplugin/latex-suite/packages/acromake new file mode 100644 index 0000000..2130f61 --- /dev/null +++ b/dot_vim/ftplugin/latex-suite/packages/acromake @@ -0,0 +1,10 @@ +if exists("acromake_package_file") + finish +endif +let acromake_package_file = 1 + +let g:TeX_package_option_acromake = '' + +let g:TeX_package_acromake = 'brs:acromake{<++>}{<++>}{<++>}' + +" vim:ft=vim:ff=unix: |