From 19a18fcfbc6f8d9407364a13b5196e427b3810e6 Mon Sep 17 00:00:00 2001 From: Jonathan Kotta Date: Thu, 5 Jul 2012 11:19:28 -0500 Subject: [PATCH 1/6] add backup-walker recipe --- recipes/backup-walker | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/backup-walker diff --git a/recipes/backup-walker b/recipes/backup-walker new file mode 100644 index 00000000..e1366f35 --- /dev/null +++ b/recipes/backup-walker @@ -0,0 +1,3 @@ +(backup-walker + :fetcher github + :repo lewang/backup-walker) From 04590b02ebebd7c7e0c7fb4c9766cfeb448f8b44 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 9 Jul 2012 04:50:07 -0300 Subject: [PATCH 2/6] Added recipe for google-this. --- recipes/google-this | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/google-this diff --git a/recipes/google-this b/recipes/google-this new file mode 100644 index 00000000..0ecfca3d --- /dev/null +++ b/recipes/google-this @@ -0,0 +1 @@ +(google-this :repo "Bruce-Connor/emacs-google-this" :fetcher github) From b5df82583681557264bb00e7c47bdf949fb17b15 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 9 Jul 2012 09:26:13 +0100 Subject: [PATCH 3/6] Add powershell recipe (closes #197) --- recipes/powershell | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/powershell diff --git a/recipes/powershell b/recipes/powershell new file mode 100644 index 00000000..1a1387a3 --- /dev/null +++ b/recipes/powershell @@ -0,0 +1 @@ +(powershell :fetcher wiki) \ No newline at end of file From 2a5cadfce8aea53670f4eb97e11eca307b3997e3 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Mon, 9 Jul 2012 08:20:38 -1000 Subject: [PATCH 4/6] Add Typing of Emacs, a typing game for emacs --- recipes/typing | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/typing diff --git a/recipes/typing b/recipes/typing new file mode 100644 index 00000000..7ceeb796 --- /dev/null +++ b/recipes/typing @@ -0,0 +1 @@ +(typing :fetcher wiki) \ No newline at end of file From 78dfb63c56388d1278d4c76b75dab70fd61c7ebd Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Mon, 9 Jul 2012 08:21:59 -1000 Subject: [PATCH 5/6] Add newline to commit... --- recipes/typing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/typing b/recipes/typing index 7ceeb796..b998c6c2 100644 --- a/recipes/typing +++ b/recipes/typing @@ -1 +1 @@ -(typing :fetcher wiki) \ No newline at end of file +(typing :fetcher wiki) From 9b2872326e2a8e4365926d38030c85c4101ba69e Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Mon, 9 Jul 2012 14:57:54 -0500 Subject: [PATCH 6/6] Fix powershell.el Added a `:files' property to the powershell.el recipe; the name of the file on teh EmacsWiki starts with a capital. --- recipes/powershell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/powershell b/recipes/powershell index 1a1387a3..870e4c8a 100644 --- a/recipes/powershell +++ b/recipes/powershell @@ -1 +1 @@ -(powershell :fetcher wiki) \ No newline at end of file +(powershell :fetcher wiki :files ("Powershell.el"))