wende / autocomplete-erlang

Intelligent Erlang autocompletion provider for Atom autocomplete-plus
MIT License
11 stars 1 forks source link

It's not working on osx #24

Open mrkaspa opened 8 years ago

mrkaspa commented 8 years ago

@wende these are my settings on config.cson

"autocomplete-elixir": elixirPath: "/usr/local/Cellar/elixir/1.3.2/bin/elixir" erlangHome: "/usr/local/Cellar/erlang/19.1/bin " "autocomplete-erlang": elixirPath: "/usr/local/Cellar/elixir/1.3.2/bin/elixir" erlangHome: "/usr/local/Cellar/erlang/19.1/bin"

also I tried start atom from console and nothing

BTW the elixir autocomplete do work but this doesn't