2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/scala/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! sbt-mode)
|
|
|
|
(package! scala-mode)
|
2019-02-21 16:08:27 -05:00
|
|
|
|
2019-06-27 18:26:43 +01:00
|
|
|
(unless (featurep! +lsp)
|
2019-08-27 21:24:39 -04:00
|
|
|
;; 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")))
|