Add files from parent branch HEAD:
[pkgsrc.git] / print / auctex / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.4 2005/10/15 20:11:35 tonio Exp $
3
4 To customize AUC TeX you will need to edit the file
5
6         `${LISPDIR}/tex-site.el'
7
8 in the site lisp directory.  Add the parts of `tex.el' (in the
9 `auctex' subdirectory) which need to be changed to `tex-site.el'. This
10 way you can keep your customizations and they will not get deleted
11 when you update to a newer version of AUC TeX.
12
13 You may then put
14
15         (load "auctex.el" nil t t)
16
17 in your `${HOME}/.emacs.el' file.
18
19 If your site TeX macro files and style files are put elsewhere than
20 `${PREFIX}/share/texmf/tex', set `TeX-macro-global' to the directory in
21 your `${HOME}/.emacs.el' file.
22
23         ;;; Note that the directory name must end with a slash!
24         (setq TeX-macro-global "/home/foo/my/tex/")
25
26 ===========================================================================