Fix arguments for jar (#116)

This commit is contained in:
Sumire 2019-10-19 22:09:19 +09:00 committed by Carlo Sciolla
parent 1590a75da6
commit a86abaf749
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ Note that output type `txt' is promoted to `utxt' for better rendering."
`(,@java-args
,(expand-file-name plantuml-jar-path)
,(plantuml-jar-output-type-opt plantuml-output-type)
,@java-args
,@plantuml-jar-args
"-p"))))
(defun plantuml-executable-start-process (buf)