From 63ddc2011f8dd98d0dad6f2e187d89c414197510 Mon Sep 17 00:00:00 2001 From: Roman Garnett Date: Tue, 21 Apr 2015 11:38:13 -0500 Subject: [PATCH] adding MATLAB and SRecode files to matlab-mode recipe --- recipes/matlab-mode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/matlab-mode b/recipes/matlab-mode index c974b51e..3887b8f5 100644 --- a/recipes/matlab-mode +++ b/recipes/matlab-mode @@ -1,4 +1,5 @@ (matlab-mode :fetcher cvs :url ":pserver:anonymous@matlab-emacs.cvs.sourceforge.net:/cvsroot/matlab-emacs" - :module "matlab-emacs") + :module "matlab-emacs" + :files ("*.el" "*.m" "toolbox/*.m" "templates/*.srt"))