fix notmuch keybind typo

This commit is contained in:
Max Nickel 2019-10-26 15:42:25 -04:00
parent e122c55718
commit 3a20e09eab

View file

@ -66,10 +66,10 @@
:desc "quit notmuch" "q" #'+notmuch/quit :desc "quit notmuch" "q" #'+notmuch/quit
:map notmuch-search-mode-map :map notmuch-search-mode-map
:desc "mark as deleted" "d" #'+notmuch/search-delete :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 :map notmuch-tree-mode-map
:desc "mark as deleted" "d" #'+notmuch/tree-delete :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 (use-package! org-mime