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:
Itai Y. Efrat 2021-04-29 21:46:48 +03:00
parent e8dc511c74
commit 7ec7134947
7 changed files with 42 additions and 6 deletions

View file

@ -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)

View file

@ -8,3 +8,5 @@
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
(when (featurep! :completion helm)
(package! helm-notmuch :pin "97a01497e079a7b6505987e9feba6b603bbec288"))
(when (featurep! :completion selectrum)
(package! consult-notmuch :pin "67cf219fcce211237347a783ce6982402341d5fd"))