contrib/auctex
2006-11-13 21:12:21 +01:00
..
.footprint abiword: initial release 2006-11-13 21:12:21 +01:00
.md5sum abiword: initial release 2006-11-13 21:12:21 +01:00
Pkgfile abiword: initial release 2006-11-13 21:12:21 +01:00
post-install abiword: initial release 2006-11-13 21:12:21 +01:00
README abiword: initial release 2006-11-13 21:12:21 +01:00

To make emacs automatically use auctex when a .tex file is loaded add
this to your .emacs

  ;; Load Auctex when a .tex file is loaded.
  (autoload 'tex-mode "tex-site.el" "auctex" t)
  (add-to-list 'auto-mode-alist '("\\.tex" . tex-mode))

Here is the manual BTW:

  http://www.gnu.org/software/auctex/manual/auctex.html