Files
doomemacs/modules/lang/scala/packages.el
Henrik Lissner 448bc5cae2 refactor: use negated flags
Ref: 7a806521a92c
2024-10-20 02:41:50 -04:00

10 lines
339 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/scala/packages.el
(package! sbt-mode :pin "cc68728a6ef0600aad369157b3a2d0ce56afba9b")
(package! scala-mode :pin "bd0638c32ab0f2eadacf2809329abf5388211760")
(when (and (modulep! +lsp)
(modulep! :tools lsp -eglot))
(package! lsp-metals :pin "0dc938be1190d147e7013e3dce08ac8bff5d1662"))