-
Notifications
You must be signed in to change notification settings - Fork 33
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
M-x describe-face still uses standard completion interface #53
Comments
Yeah it seems |
For what it's worth, I have an experimental hack that reimplements |
Great, I think we could use a similar approach for selectrum. I think |
Based on
|
One of the key aspects of crm-custom is that in theory it works with any |
I think the whole |
Works great! Would be nice to somehow indicate when multiple selection is possible (using the prompt maybe?) . |
Done. Improvements welcome. |
describe-face
usescompleting-read-multiple
which usesread-from-minibuffer
directly, so it bypasses Selectrum entirely. This is undesirable.The text was updated successfully, but these errors were encountered: