skuro / plantuml-mode

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

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

Open takushi1969 opened 4 months ago

takushi1969 commented 4 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.