Update plantuml package
This commit is contained in:
parent
143a6d19d1
commit
e441a7337b
1 changed files with 2 additions and 0 deletions
|
@ -575,8 +575,10 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
|
||||
(use-package plantuml-mode
|
||||
:defer t
|
||||
:mode ("\\.puml\\'" "\\.plantuml\\'")
|
||||
:custom
|
||||
(plantuml-default-exec-mode 'jar)
|
||||
(plantuml-jar-path "~/plantuml.jar")
|
||||
:config
|
||||
(when (eq system-type 'windows-nt)
|
||||
(let ((jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar"))
|
||||
|
|
Loading…
Add table
Reference in a new issue