From 33b8e4529ddec0239f287be6c0cc276d7754b27c Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sat, 25 May 2019 20:32:56 +0200 Subject: [PATCH] Remove lines that don't seem to actually work --- test/test-helper.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-helper.el b/test/test-helper.el index 89c091c..066b5fd 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -54,8 +54,6 @@ 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) - (setq plantuml-exec-mode 'jar) (plantuml-init-once) (insert before)