Set indent level of plantuml-mode

Identing by the default eight spaces is too much for me.  Keep it more compact!
This commit is contained in:
Daniel - 2021-06-25 20:38:27 +02:00
parent 4222db03b8
commit 3482a18cce
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

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