From 423f8a72aa5fb73bf95a1f04cbe79ca4a57eb637 Mon Sep 17 00:00:00 2001 From: Felix Weilbach Date: Fri, 5 Mar 2021 15:06:01 +0100 Subject: [PATCH] Use the Emacs default tab width for plantuml-indent-level It might be confusing for users if plantuml uses a different tab width then they specifed in tab-width. --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index e40ba0d..0938615 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -143,7 +143,7 @@ :type 'boolean :group 'plantuml) -(defcustom plantuml-indent-level 8 +(defcustom plantuml-indent-level tab-width "Indentation level of PlantUML lines") (defun plantuml-jar-render-command (&rest arguments)