mirror of
https://github.com/correl/melpa.git
synced 2024-12-25 11:11:17 +00:00
Merge pull request #480 from rneatherway/master
Add extra files to fsharp-mode recipe
This commit is contained in:
commit
3ac910e1cd
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
(fsharp-mode
|
||||
:fetcher github
|
||||
:repo "fsharp/fsharpbinding"
|
||||
:files ("emacs/fsharp-mode*.el" "emacs/inf-fsharp-mode.el"))
|
||||
: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