[notmuch] add next/prev matching message binding

These were lost in the evilfied map when in notmuch-tree mode

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2019-11-17 15:43:57 -08:00 committed by Maximilian Wolff
parent 117b6823db
commit 2c86f701c5
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
2 changed files with 3 additions and 0 deletions

View File

@ -2235,6 +2235,7 @@ Other:
**** Notmuch
- Try harder to find GitHub patch URL (thanks to Miciah Masters)
- Open GitHub patches fullscreen
- Add next and previous message bindings to notmuch-tree mode
**** OCaml
- Allow initialization without requiring =opam= (thanks to Bernhard Schommer)
- Fixed misused functions, =merlin= is a package not a layer

View File

@ -100,6 +100,8 @@
:bindings
(kbd "d") 'spacemacs/notmuch-message-delete-down
(kbd "D") 'spacemacs/notmuch-message-delete-up
(kbd "n") 'notmuch-tree-next-matching-message
(kbd "p") 'notmuch-tree-prev-matching-message
(kbd "M") 'compose-mail-other-frame)
(evilified-state-evilify-map notmuch-search-mode-map
:mode notmuch-search-mode