mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
update fsharp-mode to use wildcard for dlls
This commit is contained in:
parent
d5c67c0f96
commit
7f4bae4844
1 changed files with 1 additions and 5 deletions
|
@ -4,8 +4,4 @@
|
||||||
:files ("*.el"
|
:files ("*.el"
|
||||||
("bin"
|
("bin"
|
||||||
"fsautocomplete.exe"
|
"fsautocomplete.exe"
|
||||||
"FSharp.CompilerBinding.dll"
|
"*.dll")))
|
||||||
"FSharp.Compiler.Service.dll"
|
|
||||||
"Mono.Cecil.dll"
|
|
||||||
"NDesk.Options.dll"
|
|
||||||
"Newtonsoft.Json.dll")))
|
|
||||||
|
|
Loading…
Reference in a new issue