From ed18abf9856db6ac0659df7be848729473db3cb1 Mon Sep 17 00:00:00 2001 From: Ralph Moritz Date: Sun, 8 Jul 2012 11:20:41 +0200 Subject: [PATCH 1/2] powershell --- 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..b098e0a0 --- /dev/null +++ b/recipes/powershell @@ -0,0 +1 @@ +(powershell :repo "ralmoritz/powershell.el" :fetcher github) From db570e10dfa9a02d01f79ee59603fe266adce4a9 Mon Sep 17 00:00:00 2001 From: Ralph Moritz Date: Tue, 10 Jul 2012 11:56:48 +0200 Subject: [PATCH 2/2] powershell-mode --- recipes/powershell-mode | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/powershell-mode diff --git a/recipes/powershell-mode b/recipes/powershell-mode new file mode 100644 index 00000000..5284ed2e --- /dev/null +++ b/recipes/powershell-mode @@ -0,0 +1,4 @@ +(powershell-mode + :fetcher svn + :url "http://svn.fperrin.net/powershell-mode/" + :files ("powershell-mode.el"))