Variable: rst-new-adornment-down
rst-new-adornment-down is a customizable variable defined in
rst.el.gz.
Value
nil
Documentation
Controls level of new adornment for section headers.
This variable was added, or its default value changed, in rst version
1.1.0.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-new-adornment-down nil
"Controls level of new adornment for section headers."
:group 'rst-adjust
:type '(choice
(const :tag "Same level as previous one" nil)
(const :tag "One level down relative to the previous one" t))
:package-version '(rst . "1.1.0"))