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.
This commit is contained in:
Felix Weilbach 2021-03-05 15:06:01 +01:00
parent ea45a13707
commit 423f8a72aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)