1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Make toml-ts-mode-indent-offset into natnum

* lisp/textmodes/toml-ts-mode.el (toml-ts-mode-indent-offset):
Make into natnum instead of integer.
This commit is contained in:
Stefan Kangas 2023-08-01 12:58:06 +02:00
parent 742104abd7
commit 583ef0d35d

View file

@ -39,8 +39,8 @@
(defcustom toml-ts-mode-indent-offset 2
"Number of spaces for each indentation step in `toml-ts-mode'."
:version "29.1"
:type 'integer
:safe 'integerp
:type 'natnum
:safe 'natnump
:group 'toml)
(defvar toml-ts-mode--syntax-table