summarylogtreecommitdiffstats
path: root/auctex.install
blob: 016b29cad20c4b565a956cf35832263346e42df0 (plain)
1
2
3
4
5
6
7
8
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
}