summaryrefslogtreecommitdiffstats
path: root/typerex/typerex.install
diff options
context:
space:
mode:
Diffstat (limited to 'typerex/typerex.install')
-rw-r--r--typerex/typerex.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/typerex/typerex.install b/typerex/typerex.install
new file mode 100644
index 0000000..431cd01
--- /dev/null
+++ b/typerex/typerex.install
@@ -0,0 +1,7 @@
+post_install() {
+ cat << EOF
+==> Don't forget to enable typerex in your .emacs.
+==> See the config file provided in /usr/share/typerex/
+ cat /usr/share/typerex/config.el >> ~/.emacs
+EOF
+}