Keybinding issue

Note that :bind takes a single s-expression.
This commit is contained in:
Howard Abrams 2022-05-31 11:51:56 -07:00
parent e29cf5d07f
commit fe8ac2557b

View file

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