summarylogtreecommitdiffstats
path: root/emacs-w3m-cvs.install
blob: fc83f4f4ff14c9b68002dd141ec2e573b404a9e0 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo ">>" Add the following to your .emacs:
  echo ">> (require 'w3m-load)"
}

post_upgrade() {
  post_install $1
}