From 3a20e09eab8dc0958951a324431e8a1a3b24737b Mon Sep 17 00:00:00 2001 From: Max Nickel Date: Sat, 26 Oct 2019 15:42:25 -0400 Subject: [PATCH] fix notmuch keybind typo --- modules/email/notmuch/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/email/notmuch/config.el b/modules/email/notmuch/config.el index 1c5c1416c..1bf57da94 100644 --- a/modules/email/notmuch/config.el +++ b/modules/email/notmuch/config.el @@ -66,10 +66,10 @@ :desc "quit notmuch" "q" #'+notmuch/quit :map notmuch-search-mode-map :desc "mark as deleted" "d" #'+notmuch/search-delete - :desc "mark as spam" "d" #'+notmuch/search-spam + :desc "mark as spam" "s" #'+notmuch/search-spam :map notmuch-tree-mode-map :desc "mark as deleted" "d" #'+notmuch/tree-delete - :desc "mark as spam" "d" #'+notmuch/tree-spam)) + :desc "mark as spam" "s" #'+notmuch/tree-spam)) (use-package! org-mime