Skip to content

Commit

Permalink
DOC: Added note on changing Matlab path
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarnunez committed Mar 30, 2012
1 parent 0744013 commit bf5b909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/emacs.d/matlab.el
Expand Up @@ -4132,6 +4132,9 @@ desired. Optional argument FAST is not used."
:prefix "matlab-shell-" :prefix "matlab-shell-"
:group 'matlab) :group 'matlab)


;;; ##########################
;;; Change matlab path here ##
;;; (defcustom matlab-shell-command "/usr/local/MATLAB/R2010b/bin/matlab"
(defcustom matlab-shell-command "matlab" (defcustom matlab-shell-command "matlab"
"*The name of the command to be run which will start the MATLAB process." "*The name of the command to be run which will start the MATLAB process."
:group 'matlab-shell :group 'matlab-shell
Expand Down

0 comments on commit bf5b909

Please sign in to comment.