Fix #1697: use 2.0 branch for ensime package
This commit is contained in:
parent
96e2a7726d
commit
cbd3a3b252
1 changed files with 4 additions and 1 deletions
|
@ -5,4 +5,7 @@
|
||||||
(package! scala-mode)
|
(package! scala-mode)
|
||||||
|
|
||||||
(unless (featurep! +lsp)
|
(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")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue