summarylogtreecommitdiffstats
path: root/emacs-twittering-mode-git.install
blob: 2387b29e973cf36082ade7758be60dcb86d57a0a (plain)
1
2
3
4
5
6
7
8
post_install() {
  cat << EOF
==> Put the following in your emacs configuration file (e.g. \$HOME/.emacs) to use twittering-mode

(require 'twittering-mode)

EOF
}