From 8b42a6d66e2e7786fe199d6e2c44007543d82c16 Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Wed, 6 Nov 2013 11:18:58 +0000 Subject: [PATCH] new source for fsharp-mode --- recipes/fsharp-mode | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes/fsharp-mode b/recipes/fsharp-mode index ba3f58d4..f5ec7cf8 100644 --- a/recipes/fsharp-mode +++ b/recipes/fsharp-mode @@ -1,9 +1,10 @@ (fsharp-mode :fetcher github - :repo "fsharp/fsharpbinding" - :files ("emacs/*.el" + :repo "rneatherway/emacs-fsharp-mode-bin" + :files ("*.el" ("bin" - "lib/fsautocomplete/fsautocomplete.exe" - "lib/fsautocomplete/FSharp.CompilerBinding.dll" - "lib/ndesk-options/NDesk.Options.dll" - "lib/newtonsoft.json/Newtonsoft.Json.dll"))) + "fsautocomplete.exe" + "FSharp.CompilerBinding.dll" + "FSharp.Compiler.Editor.dll" + "NDesk.Options.dll" + "Newtonsoft.Json.dll")))