mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
9 lines
294 B
EmacsLisp
9 lines
294 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/scala/packages.el
|
|
|
|
(package! sbt-mode :pin "4358ed862a1b1ec18ac9699afb4862146669eb79")
|
|
(package! scala-mode :pin "1d08e885b1489313666c7f15a3962432a4f757ee")
|
|
|
|
(when (featurep! +lsp)
|
|
(package! lsp-metals :pin "039aa72439e3c52cfef4bcde416ba49d88ac0991"))
|