mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
16 lines
436 B
EmacsLisp
16 lines
436 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/java/packages.el
|
|
|
|
(package! android-mode :pin "d5332e339a")
|
|
(package! groovy-mode :pin "cafdd98e06")
|
|
|
|
(when (featurep! +meghanada)
|
|
(package! meghanada :pin "70bfbf553c"))
|
|
|
|
(when (featurep! +eclim)
|
|
(package! eclim :pin "23f5b294f8")
|
|
(when (featurep! :completion company)
|
|
(package! company-emacs-eclim :pin "23f5b294f8")))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! lsp-java :pin "6efb741845"))
|