From e441a7337b674485a8fdd92cfef99fd7bde7d6de Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 21 Oct 2023 13:07:07 +0200 Subject: [PATCH] Update plantuml package --- bundle/bundle--package.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 8575ddaa..3e18594d 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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"))