tildify-ignored-environments-alist

tildify-ignored-environments-alist is a variable defined in `tildify.el'.
Its value is
nil


Documentation:
Alist specifying ignored structured text environments.
Parts of text defined in this alist are skipped without performing hard space
insertion on them. These setting allow skipping text parts like verbatim or
math environments in TeX or preformatted text in SGML.

Each list element is of the form
(MAJOR-MODE (BEG-REGEX . END-REGEX) (BEG-REGEX . END-REGEX) ... )

MAJOR-MODE defines major mode, for which the item applies. It can be either:
- a symbol equal to the major mode of the buffer to be fixed
- t for default item, this applies to all major modes not defined in another
alist item

See `tildify-foreach-ignore-environments' function for description of BEG-REGEX
and END-REGEX.

You can customize this variable.