summaryrefslogtreecommitdiff
path: root/print/auctex/pkg/MESSAGE
blob: 9e6e55b11cabf610e5cc4b94c81945d0dddfdc81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
===================================================================
$NetBSD: MESSAGE,v 1.3 2001/04/19 22:23:46 jtb 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.

===================================================================