Change load-path setup line.

This commit is contained in:
zappo 2009-09-15 20:42:25 +00:00
parent c9fc179476
commit df339b2067

3
README
View file

@ -6,7 +6,8 @@ MATLAB and Emacs integration
Add the following to your .emacs file:
(add-to-list 'load-path "~/path/to/matlab.el")
;; Replace path below to be where your matlab.el file is.
(add-to-list 'load-path "~/path/to/matlab-emacs")
(load-library "matlab-load")
;; Enable CEDET feature support for MATLAB code. (Optional)