fix notmuch keybind typo
This commit is contained in:
parent
e122c55718
commit
3a20e09eab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue