From f8027efaeb6a97fc40aa596697eef006bb6b35a0 Mon Sep 17 00:00:00 2001 From: Ethan Glasser-Camp Date: Fri, 27 May 2011 13:55:41 -0400 Subject: [PATCH] Don't require the haml-mode feature; autoloads are fine --- recipes/haml-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/haml-mode.el b/recipes/haml-mode.el index 993126ed..fe322ac7 100644 --- a/recipes/haml-mode.el +++ b/recipes/haml-mode.el @@ -1,4 +1,3 @@ (:name haml-mode :type git - :url "https://github.com/nex3/haml-mode.git" - :features haml-mode) \ No newline at end of file + :url "https://github.com/nex3/haml-mode.git")