new source for fsharp-mode

This commit is contained in:
Robin Neatherway 2013-11-06 11:18:58 +00:00
parent fa3a2276a8
commit 8b42a6d66e

View file

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