Closed deb75 closed 1 year ago
Note that this is primarily an issue tracker. Unfortunately it exceeds my bandwidth to support configuration issues. Please try to figure out a solution based on the information in the corfu/cape READMEs and the wikis. My recommendation is to start small. Do not adjust all the configuration right away. It is mostly unnecessary, since the Corfu defaults are reasonable.
Hello,
First of all, thanks for your nice packages (
corfu
andcape
).I currently experience some difficulties to configure them, even after having gone through the wiki/readme.
Here is my configuration :
It does work, almost too well.
In an org file, when I enter just two letters, I am immediately proposed several matches which appear to be lines from the current buffer and even other org buffers !
In an elisp file, when I try to enter
(setq comp sty...)
, I am not proposed anything with documentation popups (it saysno match
).As advocated, I also configure
cape
, but it is not clear for me how it interacts withcorfu
. There are many completion providers. Which one is is used when I trigger completion ? How can I switch from one to another ?WIth company I used to set locally the backends depending on the file major mode, is it possible with
cape
orcorfu
?I also tried to incorporate some company backends, it does not appear to work, I cannot see the usual matches when I hit "\" in a latex math environment.
There are also some small conflicts. In an org/tex file, I used to enter "equ[space]" and it writes a equation latex math template for me. With corfu enabled, once I entered "equ" I am proposed all sort of candidates and it is difficult to exit from corfu.
Could you help me to adjust my configuration to make
corfu
more usable ?Regards