Make reply work with org-mu4e-mode
This commit is contained in:
6
init.el
6
init.el
@ -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)
|
||||
|
Reference in New Issue
Block a user