Skip to content

Commit

Permalink
Fix arguments for jar (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
veilchen authored and skuro committed Oct 19, 2019
1 parent 1590a75 commit a86abaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plantuml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a86abaf

Please sign in to comment.