Hi guys.
So I figured out I should try to work with Codeium on emacs for a while. See how I like it and if I feel I need it. Seemingly this is easy. Codeium.el say that I should just clone into the repo and add it to my init file. Right? Wrong. I’m clearly doing something wrong. Since no matter what I do I cannot run the m-x codeium-install
part. I only get “no match” output.
I’ve tried to place the (add-to-list 'load-path "~/.emacs.d/codeium.el")
both in the ~/.emacs
and the ~/.emacs.d/init.el
file with no success. I also tried renaming the codeium.el
library to be just codeium
(and updating the init file) still with no luck.
So what am I doing wrong here? This should be simple to do, I’m sure of it.
Can you link to your init file? Or share the output of —debug-init?
Also try visiting the file and evaluate the buffer with M-x and share what the result is.
Have you required like package at all with
(require 'codieum)
? It makes be in yourload-path
, but that doesn’t mean Emacs will automatically use it.