yeet
This commit is contained in:
17
.config/emacs/modules/lang/java/packages.el
Normal file
17
.config/emacs/modules/lang/java/packages.el
Normal file
@@ -0,0 +1,17 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/java/packages.el
|
||||
|
||||
(package! android-mode :pin "d5332e339a1f5e30559a53feffb8442ca79265d6")
|
||||
(package! groovy-mode :pin "84f89b68ec8f79bce0b3f5b29af155a85124e3a6")
|
||||
|
||||
(when (featurep! +meghanada)
|
||||
(package! meghanada :pin "59c46cabb7eee715fe810ce59424934a1286df84"))
|
||||
|
||||
(when (featurep! +eclim)
|
||||
(package! eclim :pin "222ddd48fcf0ee01592dec77c58e0cf3f2ea1100")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-emacs-eclim :pin "222ddd48fcf0ee01592dec77c58e0cf3f2ea1100")))
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(unless (featurep! :tools lsp +eglot)
|
||||
(package! lsp-java :pin "ce03cb6574566e334c3ce5735458cc3ec1989486")))
|
||||
Reference in New Issue
Block a user