Updated fsharp mode to bundle completion binaries

This commit is contained in:
Robin Neatherway 2013-01-23 00:26:20 +00:00
parent 690eb7ba19
commit bdb5a8664c

View file

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