5 lines
123 B
Perl
5 lines
123 B
Perl
# vim:ft=perl:
|
|
$pdf_previewer = 'xdg-open %O %S';
|
|
$pdf_mode = 1;
|
|
push @extra_pdflatex_options, '-interaction=nonstopmode';
|