Got the stevey/completions branch up and running in my Emacs! Super excited about this. I was able to get completions and the setup was pretty easy. It will be easier when it's on MELPA (I had to install uuidgen manually when running from source).
Wahoo!!! š š š š
I don't like the Cody icon showing up for completions. It is distracting.
I was mostly getting single-token completions, including one where it was just ab (but it made sense since I was typing about abuse). I have gotten a few multi-token completions, though.
I got notifications from macOS saying things like "Emacs wants to access files in your iCloud Drive", "Emacs wants to access your reminders.", etc. Is something in Cody scanning the file system? I know it's not nefarious. I set cody-workspace-root and maybe that will suppress these.
I got Debugger entered--Lisp error: (error "use-package: Unrecognized keyword: :straight") so I commented out that line with :straight and it still seemed to work.
Similar error for setopt in the recommended config. I changed it tosetq and it worked, but I don't know if that is setting a different variable from setopt.
There is no cody command as described in the docs, only cody-chat, cody-login, etc.
The docs should say how to run cody-mode when you open new buffers (eg add-hook or whatever).
Got the
stevey/completions
branch up and running in my Emacs! Super excited about this. I was able to get completions and the setup was pretty easy. It will be easier when it's on MELPA (I had to install uuidgen manually when running from source).Wahoo!!! š š š š
ab
(but it made sense since I was typing aboutabuse
). I have gotten a few multi-token completions, though.cody-workspace-root
and maybe that will suppress these.Debugger entered--Lisp error: (error "use-package: Unrecognized keyword: :straight")
so I commented out that line with:straight
and it still seemed to work.setopt
in the recommended config. I changed it tosetq
and it worked, but I don't know if that is setting a different variable fromsetopt
.cody
command as described in the docs, onlycody-chat
,cody-login
, etc.cody-mode
when you open new buffers (egadd-hook
or whatever).