mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
Merge pull request #635 from rneatherway/master
Add extra dll to fsharp-mode support
This commit is contained in:
commit
0a656a4022
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@
|
|||
("bin"
|
||||
"lib/fsautocomplete/fsautocomplete.exe"
|
||||
"lib/fsautocomplete/FSharp.CompilerBinding.dll"
|
||||
"lib/ndesk-options/NDesk.Options.dll")))
|
||||
"lib/ndesk-options/NDesk.Options.dll"
|
||||
"lib/newtonsoft.json/Newtonsoft.Json.dll")))
|
||||
|
|
Loading…
Reference in a new issue