Variable: rst-preferred-decorations

rst-preferred-decorations is an alias and customizable for rst-preferred-adornments, defined in rst.el.gz.

This variable is obsolete since rst 1.0.0; use rst-preferred-adornments instead.

Value

((61 over-and-under 1)
 (61 simple 0)
 (45 simple 0)
 (126 simple 0)
 (43 simple 0)
 (96 simple 0)
 (35 simple 0)
 (64 simple 0))

Documentation

Preferred hierarchy of section title adornments.

A list consisting of lists of the form (CHARACTER STYLE INDENT). CHARACTER is the character used. STYLE is one of the symbols over-and-under or simple. INDENT is an integer giving the wanted indentation for STYLE over-and-under.

This sequence is consulted to offer a new adornment suggestion when we rotate the underlines at the end of the existing hierarchy of characters, or when there is no existing section title in the file.

Set this to an empty list to use only the adornment found in the file.

Aliases

rst-preferred-decorations (obsolete since rst 1.0.0)