Merge pull request #1154 from rneatherway/master

new source for fsharp-mode
This commit is contained in:
Steve Purcell 2013-11-06 03:32:50 -08:00
commit f6d26cad73

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