1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-04-09 09:11:05 -09:00

Make omnisharp recipe track the project's develop branch

This commit is contained in:
Mika Vilpas 2014-11-29 12:36:01 +02:00
parent 1c3962b4e5
commit 992e1d1eba

View file

@ -1,5 +1,6 @@
(omnisharp :repo "OmniSharp/omnisharp-emacs" (omnisharp :repo "OmniSharp/omnisharp-emacs"
:fetcher github :fetcher github
:branch "develop"
:files ("*.el" :files ("*.el"
"src/*.el" "src/*.el"
"src/actions/*.el")) "src/actions/*.el"))