summaryrefslogtreecommitdiff
path: root/editors/matlab-mode/MESSAGE
blob: 9a6c814556ac9ffdd654a607b8cd680a52658376 (plain)
1
2
3
4
5
6
7
8
9
10
11
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2003/02/14 01:32:43 dmcmahill Exp $

You will need to add something like the following to your .emacs.el (or
default.el) file to autoload Matlab mode for Emacs.

(setq auto-mode-alist (cons '("\\.m\\'" . matlab-mode) auto-mode-alist))
(autoload 'matlab-mode "matlab" "Enter MATLAB mode." t)
(autoload 'matlab-shell "matlab" "Interactive MATLAB mode." t)

===========================================================================