summaryrefslogtreecommitdiff
path: root/editors/matlab-mode/MESSAGE
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-14 01:32:43 +0000
committerdmcmahill <dmcmahill>2003-02-14 01:32:43 +0000
commit223b03c067329cd3fe4cfef26e502805c30624eb (patch)
treedff5b7ed03232f787f427ae738cfcc749019c88c /editors/matlab-mode/MESSAGE
parent249a60050cb4bb7d0a5336778928fe56732055ac (diff)
downloadpkgsrc-223b03c067329cd3fe4cfef26e502805c30624eb.tar.gz
import matlab-mode-2.3.
This is a major mode for editing Matlab source code under GNU Emacs or XEmacs.
Diffstat (limited to 'editors/matlab-mode/MESSAGE')
-rw-r--r--editors/matlab-mode/MESSAGE11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/matlab-mode/MESSAGE b/editors/matlab-mode/MESSAGE
new file mode 100644
index 00000000000..9a6c814556a
--- /dev/null
+++ b/editors/matlab-mode/MESSAGE
@@ -0,0 +1,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)
+
+===========================================================================