selectrum: remove selectrum-minibuffer-map from...

`+default-minibuffer-maps`.

It's derived from `minibuffer-local-map` so this is unnecessary.
This commit is contained in:
Itai Y. Efrat 2021-07-02 17:15:13 +03:00
parent d3eff82b9d
commit e65dffd790

View file

@ -16,9 +16,7 @@
((featurep! :completion helm)
'(helm-map
helm-rg-map
helm-read-file-map))
((featurep! :completion selectrum)
'(selectrum-minibuffer-map))))
helm-read-file-map))))
"A list of all the keymaps used for the minibuffer.")