mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lang): Improve plantuml-mode setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user