repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git]
/
emacs-erlang-mode
/
emacs-erlang-mode.install
blob
3b53f84f08b35ce18fdf910c9545c72c436a0cff
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:
5
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
10
}
11
12
post_upgrade() {
13
post_install $1
14
}