summarylogtreecommitdiffstats
path: root/auctex.install
blob: 9f232809cd002d20a581dafd258bc29316ac9eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)

The file /var/auctex/.nosearch was removed from this package.
EOF
}