Teach plantuml-mode where to find the plantuml executable

This commit is contained in:
Jeremy Dormitzer 2023-09-26 10:37:42 -04:00
parent 8d695f3998
commit c716174511

View File

@ -3,6 +3,7 @@
:mode (("\\.uml\\'" . plantuml-mode)
("\\.plantuml\\'" . plantuml-mode))
:custom
(plantuml-default-exec-mode 'executable))
(plantuml-default-exec-mode 'executable)
(plantuml-executable-path (executable-find "plantuml")))
(provide 'init-plantuml)