summarylogtreecommitdiffstats
path: root/emacs-oz-mode.install
blob: fe940941b668655ad3ee7967d8244b7b702c19ca (plain)
1
2
3
4
5
6
7
post_install() {
    cat <<EOF
==> Put this in your ~/.emacs file to use Oz mode:

(require 'oz)
EOF
}