Variable: TeX-newline-function

TeX-newline-function is a customizable variable defined in tex.el.

Value

newline

Documentation

Function to be called upon pressing RET.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-newline-function #'newline
  "Function to be called upon pressing `RET'."
  :group 'TeX-indentation
  :type '(choice (const newline)
                 (const newline-and-indent)
                 (const reindent-then-newline-and-indent)
                 (sexp :tag "Other")))