how to: edit matlab code with emacs


[ Follow Ups ] [ Post Followup ] [ DEMO Lab's WWWBoard ] [ FAQ ]

Posted by Pablo Funes on February 28, 2000 at 15:58:31:

How to edit matlab .m files with emacs/xemacs:

Just add the following to your .emacs file:

;; Matlab add-on
(autoload 'matlab-mode "/home/p/demo/demo/lib/matlab.el" "Enter Matlab mode." t)
(setq auto-mode-alist (cons '("\\.m\\'" . matlab-mode) auto-mode-alist))





Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ DEMO Lab's WWWBoard ] [ FAQ ]