el-get/recipes/eclim.rcp
Ryan C. Thompson 112a6c2e38 Merge branch 'lazy-fix' into recipe-auto-lambda
Conflicts:
	el-get.el
	recipes/clevercss.rcp
	recipes/coffee-mode.rcp
	recipes/full-ack.rcp
	recipes/mustache-mode.rcp
	recipes/n3-mode.rcp
	recipes/pylookup.rcp
	recipes/rhtml-mode.rcp
	recipes/sauron.rcp
	recipes/yaml-mode.rcp
2012-02-23 15:05:49 -08:00

11 lines
394 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"
:load-path ("." "vendor")
:features eclim
:post-init (progn
(setq eclim-auto-save t)
(global-eclim-mode -1)))