summarylogtreecommitdiffstats
path: root/auctex.install
blob: f760e1c30742b074f09ef731f393f51a31036987 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
cat << EOF
==> For GNU Emacs, the recommended way to activate 
==> AUCTeX and preview-latex is to add the
==> following lines to your ~/.emacs file:
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
EOF
The file /var/auctex/.nosearch was removed from this package.
}