From 69da237236e179d1b68006a229dfd4d4a0b20c43 Mon Sep 17 00:00:00 2001 From: Jonathan Arkell Date: Thu, 5 Jul 2012 13:06:43 -0600 Subject: [PATCH 1/6] Added a recipe to powerline.el from emacswiki --- recipes/powerline | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/powerline diff --git a/recipes/powerline b/recipes/powerline new file mode 100644 index 00000000..a8b4a670 --- /dev/null +++ b/recipes/powerline @@ -0,0 +1 @@ +(powerline :fetcher wiki) \ No newline at end of file From 286bd586b6915a21b54bb5d1e9a937762b3d3aa6 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 7 Jul 2012 17:51:14 +0100 Subject: [PATCH 2/6] Fix mis-spelled recipe file name (see #185) --- recipes/{websocekt => websocket} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes/{websocekt => websocket} (100%) diff --git a/recipes/websocekt b/recipes/websocket similarity index 100% rename from recipes/websocekt rename to recipes/websocket From 1ee61e2983896e5de4d380075935aef47692be6d Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 7 Jul 2012 17:52:08 +0100 Subject: [PATCH 3/6] Add diff-hl --- recipes/diff-hl | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/diff-hl diff --git a/recipes/diff-hl b/recipes/diff-hl new file mode 100644 index 00000000..a92409bc --- /dev/null +++ b/recipes/diff-hl @@ -0,0 +1 @@ +(diff-hl :fetcher github :repo "dgutov/diff-hl") \ No newline at end of file From f7c23e131ec3a289723d00eaa21fc7cc158a225d Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 7 Jul 2012 17:52:16 +0100 Subject: [PATCH 4/6] Add legalese.el --- recipes/legalese | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/legalese diff --git a/recipes/legalese b/recipes/legalese new file mode 100644 index 00000000..c9f19d07 --- /dev/null +++ b/recipes/legalese @@ -0,0 +1 @@ +(legalese :fetcher wiki) \ No newline at end of file From 04590b02ebebd7c7e0c7fb4c9766cfeb448f8b44 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 9 Jul 2012 04:50:07 -0300 Subject: [PATCH 5/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 6/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