summaryrefslogtreecommitdiffstats
path: root/typerex/typerex.install
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-02-19 03:14:27 -0800
committerThibaut Horel <thibaut.horel@gmail.com>2012-02-19 03:14:27 -0800
commit559fcbf60bbd9128630d529550153dde75765349 (patch)
tree3227b26b031e0aef11e40415b7495cfe19eeca3b /typerex/typerex.install
downloadarchlinux-559fcbf60bbd9128630d529550153dde75765349.tar.gz
Add typerex
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
+}