rksm / copilot-emacsd

Example configuration to integrate Copilot into Emacs
45 stars 3 forks source link

Symbols from company package not available #2

Open mfasold opened 1 year ago

mfasold commented 1 year ago

I obtained the error

Symbol's function definition is void: company--active-p

when using the code from your blog post as-is. The obvious solution is to add (require 'company) to the configuration. Maybe it helps anyone.