summarylogtreecommitdiffstats
path: root/hol.install
diff options
context:
space:
mode:
Diffstat (limited to 'hol.install')
-rw-r--r--hol.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/hol.install b/hol.install
index 7c3bd698a968..6769d447f961 100644
--- a/hol.install
+++ b/hol.install
@@ -5,6 +5,20 @@ post_install() {
cd /opt/hol
poly < tools/smart-configure.sml
bin/build --relocbuild
+
+ cat <<EOF
+*************************************************
+Emacs HOL mode
+*************************************************
+Put
+
+ (autoload 'hol "/opt/hol/tools/hol-mode"
+ "Runs a HOL session in a comint window.
+ With a numeric prefix argument, runs it niced to that level
+ or at level 10 with a bare prefix. " t)
+
+into your .emacs file
+EOF
}
post_upgrade() {