From 7a4e8d7908bfdb722fa6f6269cef3c7c3cf939f9 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sat, 25 May 2019 20:25:52 +0200 Subject: [PATCH] Really just use JAR --- test/test-helper.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-helper.el b/test/test-helper.el index b6ccbaa..89c091c 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -55,6 +55,7 @@ Finally, the indented text in the buffer will be compared with AFTER." ;; for some reason, plantuml-mode disregards the setq-local (setq plantuml-jar-path plantuml-test-jar-path) (setq plantuml-default-exec-mode 'jar) + (setq plantuml-exec-mode 'jar) (plantuml-init-once) (insert before)