Variable: TeX-check-TeX

TeX-check-TeX is a customizable variable defined in tex.el.

Value

t

Documentation

Whether AUCTeX should check if a working TeX distribution is present.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-check-TeX t
  "Whether AUCTeX should check if a working TeX distribution is present."
  :group 'TeX-command
  :type 'boolean)