Skip to content

Commit

Permalink
Specify more precise customization type, natnum instead of integer
Browse files Browse the repository at this point in the history
* which-key.el (which-key-add-column-padding):  Use natnum
  • Loading branch information
jeremy-bryant authored and justbur committed Feb 29, 2024
1 parent d69ef9e commit 19ed037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion which-key.el
Expand Up @@ -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
Expand Down

0 comments on commit 19ed037

Please sign in to comment.