mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
17 lines
328 B
EmacsLisp
17 lines
328 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/java/packages.el
|
|
|
|
(package! android-mode)
|
|
(package! groovy-mode)
|
|
|
|
(when (featurep! +meghanada)
|
|
(package! meghanada))
|
|
|
|
(when (featurep! +eclim)
|
|
(package! eclim)
|
|
(when (featurep! :completion company)
|
|
(package! company-emacs-eclim)))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! lsp-java))
|