mirror of
https://github.com/correl/melpa.git
synced 2024-11-28 03:00:14 +00:00
Change fsharp-mode file list to *.el (fixes #577)
This commit is contained in:
parent
16deaaae3e
commit
277dffbb6f
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
(fsharp-mode
|
||||
:fetcher github
|
||||
:repo "fsharp/fsharpbinding"
|
||||
:files ("emacs/fsharp-mode*.el"
|
||||
"emacs/inf-fsharp-mode.el"
|
||||
:files ("emacs/*.el"
|
||||
("bin"
|
||||
"lib/fsautocomplete/fsautocomplete.exe"
|
||||
"lib/fsautocomplete/FSharp.CompilerBinding.dll"
|
||||
|
|
Loading…
Reference in a new issue