diff --git a/recipes/fsharp-mode b/recipes/fsharp-mode index 7ff6f5eb..9ca16c75 100644 --- a/recipes/fsharp-mode +++ b/recipes/fsharp-mode @@ -1,4 +1,10 @@ (fsharp-mode :fetcher github - :repo "fsharp/fsharpbinding" - :files ("emacs/fsharp-mode*.el" "emacs/inf-fsharp-mode.el")) + :repo "rneatherway/fsharpbinding" + :commit "origin/packaging" + :files ("emacs/fsharp-mode*.el" + "emacs/inf-fsharp-mode.el" + ("bin" + "lib/fsautocomplete/fsautocomplete.exe" + "lib/fsautocomplete/FSharp.CompilerBinding.dll" + "lib/ndesk-options/NDesk.Options.dll")))