el-get/recipes/eclim.rcp
Dimitri Fontaine c166fc913e Add eclim dependency towards s.el, fixes #1754
For lack of testing I didn't remove the :features property, but
something might well need to be done here.
2014-05-16 10:27:24 +02:00

11 lines
381 B
Plaintext

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