Variable: TeX-Omega-command
TeX-Omega-command is a customizable variable defined in tex.el.
Value
"omega"
Documentation
Command to run plain TeX on Omega.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-Omega-command "omega"
"Command to run plain TeX on Omega."
:group 'TeX-command
:type '(choice (const :tag "Aleph" "aleph")
(const :tag "Omega" "omega")
(string :tag "Other command")))