From 19ed03715107082ebfd8c1c6be71944331f916d3 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Thu, 29 Feb 2024 00:07:35 +0000 Subject: [PATCH] Specify more precise customization type, natnum instead of integer * which-key.el (which-key-add-column-padding): Use natnum --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 600f02f..dce9718 100644 --- a/which-key.el +++ b/which-key.el @@ -106,7 +106,7 @@ before. Truncation is done using `which-key-ellipsis'." (defcustom which-key-min-column-description-width 0 "Every column should at least have this width." :group 'which-key - :type 'integer + :type 'natnum :version "1.0") (defcustom which-key-add-column-padding 0