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:
parent
d3eff82b9d
commit
e65dffd790
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@
|
||||||
((featurep! :completion helm)
|
((featurep! :completion helm)
|
||||||
'(helm-map
|
'(helm-map
|
||||||
helm-rg-map
|
helm-rg-map
|
||||||
helm-read-file-map))
|
helm-read-file-map))))
|
||||||
((featurep! :completion selectrum)
|
|
||||||
'(selectrum-minibuffer-map))))
|
|
||||||
"A list of all the keymaps used for the minibuffer.")
|
"A list of all the keymaps used for the minibuffer.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue