Add missing type and group declaration in `plantuml-mode`

This commit is contained in:
Daniel - 2023-10-27 17:06:01 +02:00
parent 55c19e5b78
commit 375ead7c7e
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,9 @@
:group 'plantuml)
(defcustom plantuml-indent-level tab-width
"Indentation level of PlantUML lines")
"Indentation level of PlantUML lines"
:type 'number
:group 'plantuml)
(defcustom plantuml-confirm-overwrite-on-export t
"Control whether file exporting is allowed to silently overwrite files."