Replies: 1 comment 1 reply
-
|
The problem is that (setq-local completion-at-point-functions (list (cape-capf-super #'cape-dabbrev #'cape-elisp-symbol))
cape--dabbrev-properties nil
cape--elisp-symbol-properties nil)I could potentially make disambiguation stronger by only looking at properties that really matter (:exit-function). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I avoid this situation? I want corfu to behave as if it's a sole completion and insert it automatically. They are the same completion, just from different capfs (
cape-dabbrevandcape-elisp-symbolcombined withcape-capf-sortandcape-capf-super).Beta Was this translation helpful? Give feedback.
All reactions