skuro / plantuml-mode

A major mode for editing PlantUML sources in Emacs
GNU General Public License v3.0
511 stars 96 forks source link

Suport cygwin when plantuml-exec-mode is 'jar #178

Open takushi1969 opened 2 months ago

takushi1969 commented 2 months ago

Convert plantuml-jar-path in cygwin format to windows format.

ex. ~/pllantuml.jar -> /C:\cygwin64\home\takus\plantuml.jar

Because in cygwin, java is used the one of windows native app and it can only accept jar-path in windows format.