Exafunction / codeium.el

Free, ultrafast Copilot alternative for Emacs
https://www.codeium.com
MIT License
412 stars 13 forks source link

Installation Instructions Are Incomplete #29

Closed FrankDMartinez closed 1 year ago

FrankDMartinez commented 1 year ago

After installing manually, because MELPA doesn't have Codeium and I am unaware of any other package installation which does, I attempted to perform M-x codeium-install. Emacs does not recognize codeium-install.

What are the instructions missing?

ZWindL commented 1 year ago

Do you have the command M-x codeium-init? Based on my experience, the -init does the same job.

fortenforge commented 1 year ago

We've written down various ways to actually install the package here. MELPA isn't an option unfortunately, but most other package managers should work. You need to install the Codeium package before performing M-x codeium-install.

fortenforge commented 1 year ago

Closing due to staleness. Please feel free to re-open if you are still experiencing issues.

theRunCom commented 10 months ago

Maybe you should add (require 'codeium) after (add-to-list 'load-path "~/.emacs.d/elpa/codeium.el"). I met the same situation as you. There was no codeium-install when I pressed the M-x, but I use it to solve!