Add files from parent branch HEAD:
[pkgsrc.git] / editors / matlab-mode / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2002/10/14 02:28:18 dmcmahill Exp $
3
4 You will need to add something like the following to your .emacs.el (or
5 default.el) file to autoload Matlab mode for Emacs.
6
7 (setq auto-mode-alist (cons '("\\.m\\'" . matlab-mode) auto-mode-alist))
8 (autoload 'matlab-mode "matlab" "Enter MATLAB mode." t)
9 (autoload 'matlab-shell "matlab" "Interactive MATLAB mode." t)
10
11 ===========================================================================