Ensime just went missing from everywhere.
On [[ensime.github.io]], they encourage to switch to metals -
a new Scala language server already supported by lsp-mode.
This commit:
- removes ensime completely
- adds a doctor.el to check for metals-emacs binary
Original issue: 6288099561
Metals: https://scalameta.org/metals/docs/editors/emacs.html
5 lines
101 B
EmacsLisp
5 lines
101 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/scala/packages.el
|
|
|
|
(package! sbt-mode)
|
|
(package! scala-mode)
|