From f8d0060dec60f3e76814b4534a8c6b6f0c09b5aa Mon Sep 17 00:00:00 2001 From: Christopher Browne Date: Mon, 25 Jul 2011 12:48:39 -0400 Subject: [PATCH] Add eredis - emacs interface to redis, including transforms between redis maps and org tables --- recipes/eredis.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/eredis.el diff --git a/recipes/eredis.el b/recipes/eredis.el new file mode 100644 index 00000000..308e2678 --- /dev/null +++ b/recipes/eredis.el @@ -0,0 +1,3 @@ +(:name eredis + :type svn + :url "http://eredis.googlecode.com/svn/trunk/")