13 lines
309 B
EmacsLisp
13 lines
309 B
EmacsLisp
;;; matlab-pkg.el --- define matlab for package.el
|
|
(define-package "matlab-mode" "3.3.5" "Major mode for MATLAB(R) dot-m files"
|
|
'nil
|
|
:keywords
|
|
'("matlab" "programming" "language" "(X)emacs")
|
|
:url "http://sourceforge.net/projects/matlab-emacs/"
|
|
)
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|