mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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.")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user