updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / emacs-dtrt-indent-mode-git / emacs-dtrt-indent-mode-git.install
blob98697d38b2601bc67ef5c338571737e8420b8497
1 post_install () {
2 echo ""
3 echo "==> To enable dtrt-indent for all modes, add to your ~/.emacs:"
4 echo "==> (add-to-list 'load-path \"/usr/share/emacs/site-lisp/dtrt-indent\")"
5 echo "==> (require 'dtrt-indent)"
6 echo "==> (dtrt-indent-mode 1)"
7 echo ""
10 post_upgrade () {
11              post_install $1
14 op=$1
15 shift
16 $op $*