summarylogtreecommitdiffstats
path: root/advice.install
blob: 1405ad3c3e4be40d24c0a59b15b85dbdbd0675c4 (plain)
1
2
3
4
postinstall() {
  echo "to play chess, load /usr/share/emacs/site-lisp/chess.elc"
  echo "e.g. put (load-file \"/usr/share/emacs/site-lisp/chess.elc\") into your start file"
}