Update plantuml doctor prescription

This patch changes the recommendation from +plantuml/install to
plantuml-dowload-jar, when the plantuml.jar can't be found. The command
+plantuml/install has been removed in a previous patch.
This commit is contained in:
Niklas Carlsson 2019-12-18 15:33:26 +01:00
parent e6de13b4c9
commit bad4dfcd61

View file

@ -7,4 +7,4 @@
(warn! "Couldn't find java. PlantUML preview or syntax checking won't work")) (warn! "Couldn't find java. PlantUML preview or syntax checking won't work"))
;; plantuml.jar ;; plantuml.jar
(unless (file-exists-p plantuml-jar-path) (unless (file-exists-p plantuml-jar-path)
(warn! "Couldn't find plantuml.jar. Install it with-x +plantuml/install"))) (warn! "Couldn't find plantuml.jar. Install it with M-x plantuml-download-jar")))