From 769b169e3045e38a186612c0cf63a5f77c604923 Mon Sep 17 00:00:00 2001 From: Erik Hetzner Date: Wed, 23 Apr 2014 23:30:45 -0700 Subject: [PATCH] add recipe for wanderlust --- recipes/wanderlust | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/wanderlust diff --git a/recipes/wanderlust b/recipes/wanderlust new file mode 100644 index 00000000..7c38dc7f --- /dev/null +++ b/recipes/wanderlust @@ -0,0 +1,14 @@ +(wanderlust + :repo "wanderlust/wanderlust" + :fetcher github + :files ("doc/wl.texi" + "doc/wl-ja.texi" + "elmo/*.el" + "wl/*.el" + "etc/icons" + (:exclude + "elmo/elmo-database.el" + "elmo/utf7.el" + "wl/wl-dnd.el" + "wl/wl-mule.el" + "wl/wl-xmas.el")))