summarylogtreecommitdiffstats
path: root/emacs-oz-mode.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-oz-mode.install')
-rw-r--r--emacs-oz-mode.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-oz-mode.install b/emacs-oz-mode.install
new file mode 100644
index 000000000000..fe940941b668
--- /dev/null
+++ b/emacs-oz-mode.install
@@ -0,0 +1,7 @@
+post_install() {
+ cat <<EOF
+==> Put this in your ~/.emacs file to use Oz mode:
+
+(require 'oz)
+EOF
+}