From 594d4cd493ec8436981e33b6f2aaf5a8e5bec414 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 19 Dec 2023 09:33:28 +0000 Subject: [PATCH] Add mu4e bind to capture current message with org-capture --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index b3d29ed..041fb15 100644 --- a/README.org +++ b/README.org @@ -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)