summarylogtreecommitdiffstats
path: root/else.install
blob: f2816bd318a8800e20d45010f33967b24b0f38e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "Please put the line"
  echo "(require 'else-mode)"
  echo "to your ~/.emacs" 
}

pre_remove() {
  echo "Please remove the line containing"
  echo "(require 'else)"
  echo "from your ~/.emacs"
}