Update #emacs notmuch shortcuts

This commit is contained in:
Colin Powell
2019-11-12 15:06:15 -05:00
parent 451a1215ef
commit 4f44ace4e3
2 changed files with 5 additions and 8 deletions

View File

@ -20,9 +20,9 @@
(map!
(:leader
(:prefix "e"
:desc "Open inbox" "o" #'=mail
:desc "Open notmuch" "n" #'notmuch
:desc "Compose an email" "c" #'notmuch-mua-new-mail))))
:desc "Open (i)nbox" "i" #'=mail
:desc "Open (n)otmuch" "n" #'notmuch
:desc "(C)ompose mail" "c" #'notmuch-mua-new-mail))))
(set-evil-initial-state! '(notmuch-hello-mode
notmuch-show-mode

File diff suppressed because one or more lines are too long