summarylogtreecommitdiffstats
path: root/emacs-android-git.install
blob: 29745f31f7b4f54253300910245412c511c3a528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    cat <<EOF
==> Put this in your \$HOME/.emacs file:
==>    (require 'android-mode)
==>    (setq android-mode-sdk-dir "/opt/android-sdk/")
==>    (setq android-mode-avd "foo")
EOF
}

op=$1
shift
$op $*