Add mu4e bind to capture current message with org-capture

This commit is contained in:
Evie Litherland-Smith 2023-12-19 09:33:28 +00:00
parent 569cc75ed2
commit 594d4cd493

View file

@ -918,7 +918,9 @@ Set fill column to 88 and enable display in python buffers
read-mail-command 'mu4e)
(use-package mu4e
:bind (("C-c o m" . mu4e))
:bind (("C-c o m" . mu4e)
:map mu4e-view-mode-map
("o n" . mu4e-org-store-and-capture))
:custom
(mu4e-completing-read-function #'completing-read-default)
(mu4e-split-view 'horizontal)