el-get/recipes/matlab-mode.rcp

10 lines
405 B
Plaintext

(:name matlab-mode
:description "Major mode for MATLAB(R) dot-m files"
:website "http://matlab-emacs.sourceforge.net/"
:type git
:url "http://git.code.sf.net/p/matlab-emacs/src"
:build `(("touch" "Makefile") ; Makefile is generated by EDE, but kept in GIT
("make" ,(format "EMACS=%s" el-get-emacs)))
:load-path (".")
:features matlab-load)