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")))