1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00
dwt1--dotfiles/.emacs.d/modules/lang/java/packages.el

17 lines
436 B
EmacsLisp
Raw Normal View History

2019-12-16 21:21:19 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/java/packages.el
2020-06-19 23:43:40 -04:00
(package! android-mode :pin "d5332e339a")
(package! groovy-mode :pin "cafdd98e06")
2019-12-16 21:21:19 -05:00
(when (featurep! +meghanada)
2020-06-19 23:43:40 -04:00
(package! meghanada :pin "70bfbf553c"))
2019-12-16 21:21:19 -05:00
(when (featurep! +eclim)
2020-06-19 23:43:40 -04:00
(package! eclim :pin "23f5b294f8")
2019-12-16 21:21:19 -05:00
(when (featurep! :completion company)
2020-06-19 23:43:40 -04:00
(package! company-emacs-eclim :pin "23f5b294f8")))
2019-12-16 21:21:19 -05:00
(when (featurep! +lsp)
2020-06-19 23:43:40 -04:00
(package! lsp-java :pin "6efb741845"))