From 3482a18cce19f05d2d5a7af8f5ced492ea73a591 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 25 Jun 2021 20:38:27 +0200 Subject: [PATCH] Set indent level of plantuml-mode Identing by the default eight spaces is too much for me. Keep it more compact! --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 23763af..e378ecf 100644 --- a/init.el +++ b/init.el @@ -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))