From cee89f4ef8b8cb86bdde201f82648eb1e1cb53f9 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 May 2022 13:53:42 +0200 Subject: [PATCH] Add auto-mode declaration for local copy of plantuml-mode *.plantuml files are currently not loaded automatically in plantuml-mode, this should fix it. --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 026e2a6..61fd6fc 100644 --- a/init.el +++ b/init.el @@ -3032,6 +3032,8 @@ With given ARG, display files in `db/important-document-path’." (fset 'markdown-output-standalone-p #'(lambda () t)))) (use-package plantuml-mode + :load-path "site-lisp" + :mode ("\\.plantuml\\'" . plantuml-mode) :commands (plantuml-mode) :init (setq plantuml-output-type "svg" plantuml-default-exec-mode 'jar