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 (fsharp-mode
:fetcher github :fetcher github
:repo "fsharp/fsharpbinding" :repo "rneatherway/emacs-fsharp-mode-bin"
:files ("emacs/*.el" :files ("*.el"
("bin" ("bin"
"lib/fsautocomplete/fsautocomplete.exe" "fsautocomplete.exe"
"lib/fsautocomplete/FSharp.CompilerBinding.dll" "FSharp.CompilerBinding.dll"
"lib/ndesk-options/NDesk.Options.dll" "FSharp.Compiler.Editor.dll"
"lib/newtonsoft.json/Newtonsoft.Json.dll"))) "NDesk.Options.dll"
"Newtonsoft.Json.dll")))