summarylogtreecommitdiffstats
path: root/emacs-textile-mode.install
blob: c5eaf149c7bbd62f828600ae810620f9aa5e385d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install () {

cat << EOF

==> Add this code to your .emacs file to use the mode:

(require 'textile-mode)
(add-to-list 'auto-mode-alist '("\\.textile\\'" . textile-mode))

EOF
}

post_upgrade () {
	post_install $1
}

op=$1
shift
$op $*