;; AUCTEX
(load "auctex.el" nil t t)
(autoload 'bibtex-mode "bibtex" "Major mode for editing BibTeX files" t)
James Tappin <jtappin@gmail.com> writes:
> On my setup `emacs -Q` starts the old LaTeX mode and not AucTeX, and
> with that mode, the indentation does come out right, but all the nice
> features of AucTeX are then missing.
It is possible to start Emacs with 'emacs -Q' and activate AUCTeX
afterwards. The procedure depends on how you've installed AUCTeX. Did
you install it via ELPA or your distro's package manager? And how do
you activate AUCTeX in your init file?
Best, Arash