email config

This commit is contained in:
Matt Nish-Lapidus 2024-06-21 08:31:36 -04:00
parent 2071f81da1
commit cab192d15a
2 changed files with 22 additions and 10 deletions

View file

@ -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