el-get/recipes/eclim.rcp

11 lines
410 B
Plaintext
Raw Normal View History

(: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 (progn
(setq eclim-auto-save t)
(global-eclim-mode -1)))