From bdb5a8664c4de23cbfc05eea9725c7567e852a66 Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Wed, 23 Jan 2013 00:26:20 +0000 Subject: [PATCH] Updated fsharp mode to bundle completion binaries --- recipes/fsharp-mode | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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")))