updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / emacs-matlab-cvs / emacs-matlab-cvs.install
blob0fd5c92df8b68b3f2340f5ae5970042c25677637
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)
9 EOF
12 op=$1
13 shift
14 $op $*