Force UTF-8 mode for rst2html
This commit is contained in:
parent
23f847d348
commit
7daff1a13b
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -3,7 +3,7 @@ silent! execute pathogen#infect()
|
||||||
|
|
||||||
autocmd BufRead,BufNewFile *.md set filetype=markdown
|
autocmd BufRead,BufNewFile *.md set filetype=markdown
|
||||||
autocmd BufWritePost *.mom !pdfmom -t -k <afile> > <afile>.pdf
|
autocmd BufWritePost *.mom !pdfmom -t -k <afile> > <afile>.pdf
|
||||||
autocmd BufWritePost *.rst !rst2html <afile> <afile>.html
|
autocmd BufWritePost *.rst !rst2html -i utf-8 <afile> <afile>.html
|
||||||
autocmd BufWritePost *.tex !lualatex --output-directory=/tmp <afile>
|
autocmd BufWritePost *.tex !lualatex --output-directory=/tmp <afile>
|
||||||
command Q q
|
command Q q
|
||||||
command W w
|
command W w
|
||||||
|
|
Loading…
Reference in a new issue