Variable: rst-toc-indent
rst-toc-indent is a customizable variable defined in rst.el.gz.
Value
2
Documentation
Indentation for table-of-contents display.
Also used for formatting insertion, when numbering is disabled.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-toc-indent 2
"Indentation for table-of-contents display.
Also used for formatting insertion, when numbering is disabled."
:type 'integer
:group 'rst-toc)