From afb7b6b062569add624fdd59c23e400ffb9fdaa7 Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Sun, 5 Mar 2023 20:54:00 -0700 Subject: [PATCH 1/2] Put PlantUML indentation level in plantuml customization group --- plantuml-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index e40ba0d..90570c6 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -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)." From 45241dc633cfbe145ae4382560e93e00398e360f Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Fri, 24 Nov 2023 01:05:40 -0700 Subject: [PATCH 2/2] Update plantuml-mode.el --- plantuml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index 90570c6..2cadfc4 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -145,7 +145,7 @@ (defcustom plantuml-indent-level 8 "Indentation level of PlantUML lines" - :type 'integer + :type 'natnum :group 'plantuml) (defun plantuml-jar-render-command (&rest arguments)