radian-software / selectrum

🔔 Better solution for incremental narrowing in Emacs.
MIT License
737 stars 33 forks source link

Don't remap keyboard-quit in selectrum's keymap #569

Closed jakanakaevangeli closed 2 years ago

jakanakaevangeli commented 3 years ago

These two remappings are not needed any more, since the keymap inherits from minibuffer-local-map and they get in the way of minibuffer-keyboard-quit's new functionality in Emacs 28.

okamsn commented 2 years ago

Thank you for this. I updated it to not bind them if the function abort-minibuffers exists. It will still remap them on Emacs 26 and 27.