Variable: ConTeXt-extra-paragraph-commands

ConTeXt-extra-paragraph-commands is a buffer-local variable defined in context.el.

Documentation

List of default ConTeXt macros that should begin their own line.

Unlike ConTeXt-paragraph-commands, each entry should be a regular expression without leading backslash. Updated in language-specific initialization.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defvar ConTeXt-extra-paragraph-commands nil
  "List of default ConTeXt macros that should begin their own line.
Unlike `ConTeXt-paragraph-commands', each entry should be a regular
expression without leading backslash.
Updated in language-specific initialization.")