Fix #1697: use 2.0 branch for ensime package

This commit is contained in:
Henrik Lissner 2019-08-27 21:24:39 -04:00
parent 96e2a7726d
commit cbd3a3b252
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -5,4 +5,7 @@
(package! scala-mode)
(unless (featurep! +lsp)
(package! ensime))
;; Fix #1697: Ensime doesn't have a master branch and its MELPA recipe doesn't
;; specify a branch. Straight can't handle packages with non-standard primary
;; branches (at the time of writing), so we must specify it manually:
(package! ensime :recipe (:branch "2.0")))