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 Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git]
/
emacs-textile-mode
/
emacs-textile-mode.install
blob
c5eaf149c7bbd62f828600ae810620f9aa5e385d
1
post_install () {
2
3
cat << EOF
4
5
==> Add this code to your .emacs file to use the mode:
6
7
(require 'textile-mode)
8
(add-to-list 'auto-mode-alist '("\\.textile\\'" . textile-mode))
9
10
EOF
11
}
12
13
post_upgrade () {
14
post_install $1
15
}
16
17
op=$1
18
shift
19
$op $*