From 01222365479b8448c9f08193708f52d98fbaa249 Mon Sep 17 00:00:00 2001 From: Anand Reddy Pandikunta Date: Tue, 27 Jan 2015 16:05:40 +0530 Subject: [PATCH 1/2] added real-auto-save --- recipes/real-auto-save.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/real-auto-save.el diff --git a/recipes/real-auto-save.el b/recipes/real-auto-save.el new file mode 100644 index 00000000..ea18acd6 --- /dev/null +++ b/recipes/real-auto-save.el @@ -0,0 +1,3 @@ +(real-auto-save + :url "https://github.com/ChillarAnand/real-auto-save.git" + :fetcher git) From 43cf6b5f91b431f9d6eb7708246e582e09008e26 Mon Sep 17 00:00:00 2001 From: Anand Reddy Pandikunta Date: Tue, 27 Jan 2015 17:59:21 +0530 Subject: [PATCH 2/2] updated real-auto-save --- recipes/real-auto-save | 4 ++++ recipes/real-auto-save.el | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 recipes/real-auto-save delete mode 100644 recipes/real-auto-save.el diff --git a/recipes/real-auto-save b/recipes/real-auto-save new file mode 100644 index 00000000..7fa2600a --- /dev/null +++ b/recipes/real-auto-save @@ -0,0 +1,4 @@ +(real-auto-save + :fetcher github + :repo "chillaranand/real-auto-save" + :files ("real-auto-save.el")) diff --git a/recipes/real-auto-save.el b/recipes/real-auto-save.el deleted file mode 100644 index ea18acd6..00000000 --- a/recipes/real-auto-save.el +++ /dev/null @@ -1,3 +0,0 @@ -(real-auto-save - :url "https://github.com/ChillarAnand/real-auto-save.git" - :fetcher git)