Update #emacs notmuch shortcuts
This commit is contained in:
@ -20,9 +20,9 @@
|
|||||||
(map!
|
(map!
|
||||||
(:leader
|
(:leader
|
||||||
(:prefix "e"
|
(:prefix "e"
|
||||||
:desc "Open inbox" "o" #'=mail
|
:desc "Open (i)nbox" "i" #'=mail
|
||||||
:desc "Open notmuch" "n" #'notmuch
|
:desc "Open (n)otmuch" "n" #'notmuch
|
||||||
:desc "Compose an email" "c" #'notmuch-mua-new-mail))))
|
:desc "(C)ompose mail" "c" #'notmuch-mua-new-mail))))
|
||||||
|
|
||||||
(set-evil-initial-state! '(notmuch-hello-mode
|
(set-evil-initial-state! '(notmuch-hello-mode
|
||||||
notmuch-show-mode
|
notmuch-show-mode
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user