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