From fe8ac2557be461f2b0c4979eec479e94c002fd95 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 31 May 2022 11:51:56 -0700 Subject: [PATCH] Keybinding issue Note that :bind takes a single s-expression. --- ha-email.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ha-email.org b/ha-email.org index 2f309d1..e15a479 100644 --- a/ha-email.org +++ b/ha-email.org @@ -94,8 +94,8 @@ Next, we need some basic configuration settings and some global keybindings: :bind (:map notmuch-hello-mode-map ("U" . notmuch-retrieve-messages) ; Defined later - ("C" . notmuch-mua-new-mail)) - (:map notmuch-tree-mode-map + ("C" . notmuch-mua-new-mail) + :map notmuch-tree-mode-map ("C" . notmuch-mua-new-mail)) :config (ha-leader ; Should I put these under an "m" heading? "a n" '("new mail" . notmuch-retrieve-messages)