Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completion-preview-mode #163

Closed
unhammer opened this issue Sep 24, 2024 · 1 comment · Fixed by #164
Closed

completion-preview-mode #163

unhammer opened this issue Sep 24, 2024 · 1 comment · Fixed by #164

Comments

@unhammer
Copy link

I was about to ask whether one can use this with completion-preview-mode, but I think I found the solution:

  (setq completion-preview-sort-function #'prescient-completion-sort)

Maybe mention in readme or something since it's now builtin to Emacs 30?

(It gets really confusing when using completion-preview with corfu/company if the sort orders are different and hitting "tab" may pick something other than the preview if corfu has had time to show the list.)

@raxod502
Copy link
Member

Sure. #164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants