summarylogtreecommitdiffstats
path: root/emacs-sml-mode.install
blob: e0d6a62d636d29e5601c86a5fefcd33e96179b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cat <<EOF
==> Put this in your $HOME/.emacs file to enable SML mode
  (require 'sml-mode)
EOF
}


post_upgrade() {
	post_install $1
}