Use JAR rendering when on CI

This commit is contained in:
Carlo Sciolla 2019-05-25 11:57:17 +02:00
parent cb08b972e4
commit 8f5d64c163
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Finally, the indented text in the buffer will be compared with AFTER."
;; fix the JAR location prior to mode initialization
;; for some reason, plantuml-mode disregards the setq-local
(setq plantuml-jar-path plantuml-test-jar-path)
(setq plantuml-default-exec-mode 'jar)
(plantuml-init-once)
(insert before)