mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 03:00:14 +00:00
Updated fsharp mode to bundle completion binaries
This commit is contained in:
parent
690eb7ba19
commit
bdb5a8664c
1 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
(fsharp-mode
|
||||
:fetcher github
|
||||
:repo "fsharp/fsharpbinding"
|
||||
:files ("emacs/fsharp-mode*.el" "emacs/inf-fsharp-mode.el"))
|
||||
:repo "rneatherway/fsharpbinding"
|
||||
:commit "origin/packaging"
|
||||
:files ("emacs/fsharp-mode*.el"
|
||||
"emacs/inf-fsharp-mode.el"
|
||||
("bin"
|
||||
"lib/fsautocomplete/fsautocomplete.exe"
|
||||
"lib/fsautocomplete/FSharp.CompilerBinding.dll"
|
||||
"lib/ndesk-options/NDesk.Options.dll")))
|
||||
|
|
Loading…
Reference in a new issue