From 2c86f701c5c0b658967198f4cc6a29619e5a1aeb Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 17 Nov 2019 15:43:57 -0800 Subject: [PATCH] [notmuch] add next/prev matching message binding These were lost in the evilfied map when in notmuch-tree mode Signed-off-by: William Casarin --- CHANGELOG.develop | 1 + layers/+email/notmuch/packages.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 8c4f1bd0b..b42711dee 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -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 diff --git a/layers/+email/notmuch/packages.el b/layers/+email/notmuch/packages.el index ee6921ffa..cb4f3d44a 100644 --- a/layers/+email/notmuch/packages.el +++ b/layers/+email/notmuch/packages.el @@ -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