Skip to content

Commit

Permalink
Change load-path setup line.
Browse files Browse the repository at this point in the history
  • Loading branch information
zappo committed Sep 15, 2009
1 parent 1c7e5e8 commit a2794ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a2794ec

Please sign in to comment.