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

Fix sorting in dogears-go using completion properties #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

djr7C4
Copy link

@djr7C4 djr7C4 commented Nov 1, 2024

Not all completion frameworks sort collections in order by default. In Vertico (for example), vertico-sort-function is used by default when the completion table does not specify a sort function (and vertico-sort-override-function is nil).

This is fixed in this pull request by replacing the collection used by dogears-go with a completion table that sets the sort function using completion properties.

dogears.el Outdated Show resolved Hide resolved
Co-authored-by: Johann Klähn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants