mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
If plantuml-default-exec-mode is 'server, the image is compiled via the website and downloaded. If it's 'executable it uses the local 'plantuml' executable (determined by plantuml-executable-path) to compile it. If it's 'jar it uses the local 'plantuml.jar' (determined by plantuml-jar-path). The first two were tested and work, but 'jar did not, until now.