Exafunction / codeium.el

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

Instant error when running codeium-install #107

Open Xylon2 opened 1 week ago

Xylon2 commented 1 week ago

When I run M-x codeium-install it outputs these messages:

successfully installed codeium local language server
Error running timer ‘codeium-defer-until-no-input’: (wrong-number-of-arguments read-multiple-choice 5)

My config is simply:

(add-to-list 'load-path "~/.emacs.cljdev/codeium.el")
(load "codeium.el")
Xylon2 commented 1 week ago

I tried installing it with straight.el also. same error