From 365139d21e75c69ab8b597544b839c5c696db38e Mon Sep 17 00:00:00 2001 From: Christopher Browne Date: Fri, 4 Feb 2011 08:00:54 +0800 Subject: [PATCH] Add PostgreSQL module - pg.el --- recipes/pg.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/pg.el diff --git a/recipes/pg.el b/recipes/pg.el new file mode 100644 index 00000000..5e080c36 --- /dev/null +++ b/recipes/pg.el @@ -0,0 +1,4 @@ +(:name pg + :type git + :url "git://github.com/cbbrowne/pg.el.git" + :features pg)