senny / emacs-eclim

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim.
http://www.emacswiki.org/emacs/EmacsEclim
587 stars 102 forks source link

Improve the configuration for eclim #252

Closed zhexuany closed 8 years ago

zhexuany commented 8 years ago

Initially, the configuration for eclim is (setq eclim-eclipse-dirs '("~/opt/eclipse") ( eclim-executable "~/opt/eclipse/eclim")) But this one does not work on my computer. I modified it in the form like (setq eclim-eclipse-dirs "~/opt/eclipse" eclim-executable "~/opt/eclipse/eclim") but with different path. And now it work. Additionally, if someone installed eclipse by home-brew, then the default path will be very different, so do I. I add details about it.

zhexuany commented 8 years ago

I did not mean to do that. If someone can delete this, I appreciate that.