Merge pull request #2205 from niklascarlsson/update_doctor_prescription

lang/plantuml: update doctor prescription
This commit is contained in:
Henrik Lissner 2019-12-19 18:47:00 -05:00 committed by GitHub
commit f561abff64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")))