repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
emacs-dtrt-indent-mode-git
/
emacs-dtrt-indent-mode-git.install
blob
98697d38b2601bc67ef5c338571737e8420b8497
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 ""
8
}
9
10
post_upgrade () {
11
post_install $1
12
}
13
14
op=$1
15
shift
16
$op $*