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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
emacs-matlab-cvs
/
emacs-matlab-cvs.install
blob
0fd5c92df8b68b3f2340f5ae5970042c25677637
1
post_install() {
2
cat <<EOF
3
==> Put this in your \$HOME/.emacs file:
4
==> (load-library "matlab-load")
5
==>
6
==> Enable CEDET feature support for MATLAB code. (Optional)
7
==> (matlab-cedet-setup)
8
9
EOF
10
}
11
12
op=$1
13
shift
14
$op $*