updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / emacs-textile-mode / emacs-textile-mode.install
blobc5eaf149c7bbd62f828600ae810620f9aa5e385d
1 post_install () {
3 cat << EOF
5 ==> Add this code to your .emacs file to use the mode:
7 (require 'textile-mode)
8 (add-to-list 'auto-mode-alist '("\\.textile\\'" . textile-mode))
10 EOF
13 post_upgrade () {
14         post_install $1
17 op=$1
18 shift
19 $op $*