From cb0c1083319f28ce7ee4f025fe6600e429df116b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 12 Nov 2011 10:55:15 +0000 Subject: [PATCH] added `features` param to two custom packages --- packages.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages.el b/packages.el index 0b2f45d..ab7496f 100644 --- a/packages.el +++ b/packages.el @@ -80,12 +80,14 @@ :type svn :url "http://svn.ruby-lang.org/repos/ruby/trunk/misc/") (:name tree-mode - :type emacswiki) + :type emacswiki + :features tree-mode) (:name yasnippet :type git :url "https://github.com/capitaomorte/yasnippet.git") (:name windata - :type emacswiki))) + :type emacswiki + :features windata))) ;;