Add mu4e bind to capture current message with org-capture
This commit is contained in:
parent
569cc75ed2
commit
594d4cd493
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue