el-get/recipes/eclim.rcp

11 lines
386 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 git
:url "https://github.com/senny/emacs-eclim.git"
:load-path ("." "vendor")
:features eclim
:post-init (lambda ()
(setq eclim-auto-save t)
(global-eclim-mode -1)))