summarylogtreecommitdiffstats
path: root/emacs-nyan-mode.install
blob: e5c30f5110136766e685dc44a38929d1d06e822b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat <<EOF
==> Put this in your ~/.emacs file to enable autoloading of nyan-mode:

(require 'nyan-mode)
(nyan-mode)
EOF
}

post_upgrade() {
  post_install $1
}