chore(lang): Improve plantuml-mode setup

This commit is contained in:
2020-02-20 23:30:55 +00:00
parent 2035f10606
commit eb792ce126

View File

@@ -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