diff --git a/modules/languages/siren-plantuml.el b/modules/languages/siren-plantuml.el index 95dc073..5bd4859 100644 --- a/modules/languages/siren-plantuml.el +++ b/modules/languages/siren-plantuml.el @@ -11,10 +11,12 @@ :hook (plantuml-mode . siren-plantuml-mode-setup) + :custom + (plantuml-default-exec-mode 'executable) + :init (defun siren-plantuml-mode-setup () - (setq tab-width 2 - plantuml-jar-path "/usr/local/opt/plantuml/libexec/plantuml.jar"))) + (setq tab-width 2))) (provide 'siren-plantuml) ;;; siren-plantuml.el ends here