wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

make erlang home path optional - `Erlang home configuration setting missing` #46

Open despairblue opened 8 years ago

despairblue commented 8 years ago

First of, thank you for working on this! :clap:

Maybe I'm missing something, but is it really necessary to set the erlang home path? Isn't it enough to make sure that all the erlang binaries are in a folder in the PATH?

My problem is that I work on Mac OS X and Linux and that I synchronize my config.coffee. That works pretty well as long as I don't use absolute paths. But with the erlang home directory I have to use an absolute path. Which makes my config unsynchronizable :smile:

TylerTemp commented 8 years ago

:+1:

For me I just want to know how to fix/get rid of the warning, as the package is working perfectly.

JakubCzarniecki commented 8 years ago

Fixed in #56