blob: 431cd013f4eca9c6346538a77d586030596daef4 (
plain)
1
2
3
4
5
6
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
}
|