Change load-path setup line.
This commit is contained in:
parent
c9fc179476
commit
df339b2067
1 changed files with 2 additions and 1 deletions
3
README
3
README
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue