This commit is contained in:
Tim Harper 2023-11-24 01:05:44 -07:00 committed by GitHub
commit 885e127b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 'natnum
:group 'plantuml)
(defun plantuml-jar-render-command (&rest arguments)
"Create a command line to execute PlantUML with arguments (as ARGUMENTS)."