Add some bindings to mu4e-compose-mode (#1918)

email/mu4e: add mu4e-compose-mode localleader keybinds
This commit is contained in:
Bart Brouns 2019-10-21 02:01:37 +02:00 committed by Henrik Lissner
parent 06be259b6d
commit c56f0513fa

View file

@ -106,7 +106,14 @@
mu4e-headers-mode
mu4e-compose-mode
mu4e~update-mail-mode)
'normal))
'normal)
(map! :localleader
:map mu4e-compose-mode-map
:desc "send and exit" "s" #'message-send-and-exit
:desc "kill buffer" "d" #'message-kill-buffer
:desc "save draft" "S" #'message-dont-send
:desc "attach" "a" #'mail-add-attachment))
(use-package! mu4e-maildirs-extension