mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #1697: use 2.0 branch for ensime package
This commit is contained in:
@ -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")))
|
||||||
|
Reference in New Issue
Block a user