Export plantuml images to SVG by default

SVG can be viewed by any browser and is not limited by predefined a resolution.
This is especially important for big diagrams.
This commit is contained in:
Daniel - 2021-08-07 16:43:45 +02:00
parent b0703bee01
commit 0723f45769
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -3003,7 +3003,7 @@ With given ARG, display files in `db/important-document-path."
(use-package plantuml-mode
:commands (plantuml-mode)
:init (setq plantuml-output-type "png"
:init (setq plantuml-output-type "svg"
plantuml-default-exec-mode 'jar
plantuml-jar-path "/usr/share/plantuml/plantuml.jar"
plantuml-indent-level 2)