wende / autocomplete-elixir

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

Make erlangHome optional - fallback to system's default #56

Closed JakubCzarniecki closed 8 years ago

JakubCzarniecki commented 8 years ago

Problem: autocomplete-elixir should be it's best effort to work out-of-the-box without any configuration

Solution: If we don't have erlangHome present, just leave it unspecified to allow system's default Erlang to take over.

JakubCzarniecki commented 8 years ago

Fixes #46