From d5d26316dc2a2141d6e24d69338a2d11a5855268 Mon Sep 17 00:00:00 2001 From: veilchen Date: Thu, 12 Sep 2019 10:39:00 +0900 Subject: [PATCH] Fix arguments for jar --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index f1271d1..d514751 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -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)