Add auto-mode declaration for local copy of plantuml-mode

*.plantuml files are currently not loaded automatically in plantuml-mode, this
should fix it.
This commit is contained in:
Daniel - 2022-05-15 13:53:42 +02:00
parent 0eb79f74d7
commit cee89f4ef8
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -3032,6 +3032,8 @@ With given ARG, display files in `db/important-document-path."
(fset 'markdown-output-standalone-p #'(lambda () t)))) (fset 'markdown-output-standalone-p #'(lambda () t))))
(use-package plantuml-mode (use-package plantuml-mode
:load-path "site-lisp"
:mode ("\\.plantuml\\'" . plantuml-mode)
:commands (plantuml-mode) :commands (plantuml-mode)
:init (setq plantuml-output-type "svg" :init (setq plantuml-output-type "svg"
plantuml-default-exec-mode 'jar plantuml-default-exec-mode 'jar