prefer jar for PlantUML if available
This commit is contained in:
parent
4b20c7206e
commit
01439743d7
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
||||||
(set-popup-rule! "^\\*PLANTUML" :size 0.4 :select nil :ttl 0)
|
(set-popup-rule! "^\\*PLANTUML" :size 0.4 :select nil :ttl 0)
|
||||||
|
|
||||||
(setq plantuml-default-exec-mode
|
(setq plantuml-default-exec-mode
|
||||||
(cond ((executable-find "plantuml") 'executable)
|
(cond ((file-exists-p plantuml-jar-path) 'jar)
|
||||||
((file-exists-p plantuml-jar-path) 'jar)
|
((executable-find "plantuml") 'executable)
|
||||||
(plantuml-default-exec-mode))))
|
(plantuml-default-exec-mode))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue