summarylogtreecommitdiffstats
path: root/auctex.install
diff options
context:
space:
mode:
Diffstat (limited to 'auctex.install')
-rw-r--r--auctex.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/auctex.install b/auctex.install
new file mode 100644
index 000000000000..016b29cad20c
--- /dev/null
+++ b/auctex.install
@@ -0,0 +1,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
+}