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
|
@ -103,3 +103,9 @@ OR a shell command string such as
|
|||
:when (featurep! :completion helm)
|
||||
:commands helm-notmuch
|
||||
:after notmuch)
|
||||
|
||||
|
||||
(use-package! consult-notmuch
|
||||
:when (featurep! :completion selectrum)
|
||||
:commands consult-notmuch
|
||||
:after notmuch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue