When I do M-x bury
, my completion setup (I use fido-mode, along with vertico and marginalia), produces these results:
1/95 M-x bury
rmail-bury ...
bury-buffer ...
unbury-buffer ...
(etc etc etc)
I don't use rmail, and what I want is bury-buffer
. But the completion always finds the rmail one first.
I've tried fiddling a bit with completion styles but the sorting always puts rmail-bury first.
How can I get bury-buffer to "win" over rmail-bury? I want something that either changes the sort order, or outright suppresses the rmail result, or something so that I can type M-x bury
and have the first result be bury-buffer
?
fido-mode
andvertico
at the same time. Also, it would be helpful if you share what values ofcompletion-styles
you tried. I suspect you could useorderless
withorderless-initialism
, but I cannot be sure if I don't know what you have already tried. – Manuel Uberti Jul 26 '23 at 12:00