Teach plantuml-mode where to find the plantuml executable
This commit is contained in:
parent
8d695f3998
commit
c716174511
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user