tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

Company backend ’alchemist-company’ should not be added globally. #244

Closed stardiviner closed 7 years ago

stardiviner commented 8 years ago

Most user add company-yasnippet by define their own global company-backends. I think alchemist-company should not be added to global backends list by default in the package.

And also added in the global list will cause warning message like:

Company backend ’alchemist-company’ could not be initialized:

When I opened org agenda buffer.

Trevoke commented 8 years ago

The company backend for Golang shows how we can do it ourselves, so I'm guessing similar changes can be applied inside alchemist:

https://github.com/nsf/gocode/tree/master/emacs-company

stardiviner commented 8 years ago

I created an PR: https://github.com/tonini/alchemist.el/pull/248