mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(tex-default-mode): Changed to latex-mode.
This commit is contained in:
parent
aeb721fe9c
commit
9920303f6d
@ -207,7 +207,7 @@ Should show the queue(s) that \\[tex-print] puts jobs on."
|
||||
:group 'tex-view)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom tex-default-mode 'plain-tex-mode
|
||||
(defcustom tex-default-mode 'latex-mode
|
||||
"*Mode to enter for a new file that might be either TeX or LaTeX.
|
||||
This variable is used when it can't be determined whether the file
|
||||
is plain TeX or LaTeX or what because the file contains no commands.
|
||||
|
Loading…
Reference in New Issue
Block a user