summarylogtreecommitdiffstats
path: root/howm.install
blob: cc42e03ee42d73eb6eab64a557e27b90d37101ab (plain)
1
2
3
4
5
6
7
8
post_install() {
  cat << EOF
==> Put the following in your emacs configuration file (e.g. \$HOME/.emacs) to use howm

(require 'howm)

EOF
}