Add some bindings to mu4e-compose-mode (#1918)
email/mu4e: add mu4e-compose-mode localleader keybinds
This commit is contained in:
parent
06be259b6d
commit
c56f0513fa
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue