19 lines
598 B
Text
19 lines
598 B
Text
===================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2001/10/31 23:27:33 zuntum Exp $
|
|
|
|
To customize AUC TeX you will need to edit the file
|
|
|
|
`${PREFIX}/${LISPDIR}/tex-site.el'
|
|
|
|
in the site lisp directory. Add the parts of `tex.el' (in the
|
|
`auctex' subdirectory) which need to be changed to `tex-site.el'. This
|
|
way you can keep your customizations and they will not get deleted
|
|
when you update to a newer version of AUC TeX.
|
|
|
|
You may then put
|
|
|
|
(require 'tex-site)
|
|
|
|
in you `.emacs.el' file.
|
|
|
|
===================================================================
|