Make reply work with org-mu4e-mode

This commit is contained in:
2024-10-21 04:56:01 -07:00
parent 888a8158d9
commit 22c70eaaa6
2 changed files with 32 additions and 0 deletions

View File

@ -2127,6 +2127,12 @@ The name is compared with the field name using TESTFN (defaults to `equal')."
"ZD" #'message-dont-send
"ZQ" #'message-kill-buffer
"ZF" #'mml-attach-file)
(evil-define-key 'normal mu4e-view-mode-map
"R" 'org-mu4e-compose-reply
"cr" 'org-mu4e-compose-reply)
(evil-define-key 'normal mu4e-headers-mode-map
"R" 'org-mu4e-compose-reply
"cr" 'org-mu4e-compose-reply)
(defun my/-setup-org-mu4e-compose-mode ()
"Setup up stuff in `org-mu4e-compose' buffers."
(setq-local ltex-eglot-variable-save-method 'file)