selectrum: improve ivy parity
- add `:pg` bindings - add `selectrum-minibuffer-map` to `+default-minibuffer-maps` - add `consult-notmuch` - add selectrum option for `mu4e-completing-read-function` - document more parity failings
This commit is contained in:
parent
e8dc511c74
commit
7ec7134947
7 changed files with 42 additions and 6 deletions
|
@ -16,7 +16,9 @@
|
|||
((featurep! :completion helm)
|
||||
'(helm-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.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue