Variable: ConTeXt-paragraph-commands
ConTeXt-paragraph-commands is a customizable variable defined in
context.el.
Value
nil
Documentation
List of user ConTeXt macros that should begin their own line.
The list should contain macro names without the leading backslash.
If you change this variable, its value is reflected to only new buffers created afterwards; existing ConTeXt mode buffers aren't affected.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defcustom ConTeXt-paragraph-commands nil
"List of user ConTeXt macros that should begin their own line.
The list should contain macro names without the leading backslash.
If you change this variable, its value is reflected to only new buffers
created afterwards; existing ConTeXt mode buffers aren't affected."
:group 'ConTeXt-macro
:type '(repeat (string)))