Closed bolandross closed 6 years ago
Did you install company-mode
as well?
Thanks a lot, this was the reason!
I played around with Spacemacs, which didn't offer me to install company-mode via the package-installer. It turned out that I had to edit the .spacemacs file and uncomment auto-completion
After restarting emacs, company-mode installed automatically and now, everything works fine!
Thanks again for your help and patience.
robe server is running (
Robe connection established
) pry is running in separate emacs window (pry(main)> => robe on 52006
)Gemfile with dependencies is in the same folder.
robe-jump
worksWhen I call
company-robe
, emacs returnsSymbol’s function definition is void: company-begin-backend
Can you recommend a way to troubleshoot this?
evaluating
(eval-after-load 'company '(push 'company-robe company-backends))
gives menil
as return value