Put PlantUML indentation level in plantuml customization group

This commit is contained in:
Tim Harper 2023-03-05 20:54:00 -07:00
parent ea45a13707
commit afb7b6b062
No known key found for this signature in database
GPG Key ID: 952AB7BF40003B68
1 changed files with 3 additions and 1 deletions

View File

@ -144,7 +144,9 @@
:group 'plantuml)
(defcustom plantuml-indent-level 8
"Indentation level of PlantUML lines")
"Indentation level of PlantUML lines"
:type 'integer
:group 'plantuml)
(defun plantuml-jar-render-command (&rest arguments)
"Create a command line to execute PlantUML with arguments (as ARGUMENTS)."