summaryrefslogtreecommitdiff
path: root/print/auctex/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'print/auctex/MESSAGE')
-rw-r--r--print/auctex/MESSAGE26
1 files changed, 0 insertions, 26 deletions
diff --git a/print/auctex/MESSAGE b/print/auctex/MESSAGE
deleted file mode 100644
index d263aaf8c49..00000000000
--- a/print/auctex/MESSAGE
+++ /dev/null
@@ -1,26 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2003/03/01 03:49:50 uebayasi 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 your `${HOME}/.emacs.el' file.
-
-If your site TeX macro files and style files are put elsewhere than
-`${PREFIX}/share/texmf/tex', set `TeX-macro-global' to the directory in
-your `${HOME}/.emacs.el' file.
-
- ;;; Note that the directory name must end with a slash!
- (setq TeX-macro-global "/home/foo/my/tex/")
-
-===========================================================================