email config
This commit is contained in:
parent
2071f81da1
commit
cab192d15a
2 changed files with 22 additions and 10 deletions
10
bindings.el
10
bindings.el
|
@ -468,6 +468,16 @@
|
|||
"f" #'chezmoi-find
|
||||
"w" #'chezmoi-write)
|
||||
|
||||
(map!
|
||||
:map mu4e-main-mode-map
|
||||
:localleader
|
||||
:desc "Compose" "c" #'compose-mail)
|
||||
|
||||
(map!
|
||||
:map mu4e-compose-mode-map
|
||||
:localleader
|
||||
:desc "Send message and exit" "s" #'message-send-and-exit)
|
||||
|
||||
(map!
|
||||
:map dired-mode-map
|
||||
"h" #'dired-up-directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue