updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / emacs-erlang-mode / emacs-erlang-mode.install
blob3b53f84f08b35ce18fdf910c9545c72c436a0cff
1 post_install() {
2   cat << EOF
3 ==> Put this in your $HOME/.emacs file to enable autoloading of erlang-mode
4 ==> and auto-recognition of Erlang files:
6 (setq erlang-root-dir "/usr/lib/erlang")
7 (setq exec-path (cons "/usr/lib/erlang/bin" exec-path))
8 (require 'erlang-start)
9 EOF
12 post_upgrade() {
13   post_install $1