el-get/recipes/eclim.rcp
2016-10-22 09:09:26 -04:00

11 lines
426 B
Plaintext

(:name eclim
:website "https://github.com/emacs-eclim/emacs-eclim/"
:description "This project brings some of the great eclipse features to emacs developers."
:type github
:pkgname "emacs-eclim/emacs-eclim"
:features eclim
:depends (s dash json popup cl-lib yasnippet)
:post-init (progn
(setq eclim-auto-save t)
(global-eclim-mode -1)))