Keybinding issue
Note that :bind takes a single s-expression.
This commit is contained in:
parent
e29cf5d07f
commit
fe8ac2557b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue