summarylogtreecommitdiffstats
path: root/emacs-goby.install
blob: 48d3e51179b7a20617167eed6bec7dd716bcfb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  echo "Please add the following line to your .emacs:"
  echo "(autoload 'goby \"goby\" nil t)"
  echo "You will also need to specify some fonts, e.g."
  echo "(setq goby-helvetica \"arial\")"
  echo "(setq goby-times     \"times new roman\")"
  echo "(setq goby-courier   \"courier new\")"
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "Please remove the goby-related stuff from your .emacs"
}