summarylogtreecommitdiffstats
path: root/emacs-processing-mode-git.install
blob: 121e4f4277e6a14c1979a4da3f67b0f65fa5e031 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cat <<EOF
==> Put this in your \$HOME/.emacs file:
==>    (autoload 'processing-mode "processing-mode" "Processing mode" t)
==>    (add-to-list 'auto-mode-alist '("\\.pde$" . processing-mode))
EOF
}

op=$1
shift
$op $*