From 80d331363d2788c2668b21ebfabfc10670d75522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gross?= Date: Tue, 28 Dec 2010 01:59:15 +0800 Subject: [PATCH] Add org-buffers support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Gross --- recipes/org-buffers.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/org-buffers.el diff --git a/recipes/org-buffers.el b/recipes/org-buffers.el new file mode 100644 index 00000000..df7f5a5b --- /dev/null +++ b/recipes/org-buffers.el @@ -0,0 +1,3 @@ +(:name org-buffers + :type git + :url "git://github.com/dandavison/org-buffers.git")