I believe you can add a hook to `'mu4e-compose-mode-hook'. something like the following (not tested) may work:
(add-hook 'mu4e-compose-mode-hook (defun do-compose-stuff () "My settings for message composition." (org-mu4e-compose-org-mode))) Matt Price writes: > On Fri, Oct 28, 2016 at 7:48 PM, Thibault Marin <thibault.ma...@gmx.com> > wrote: > >> >> It looks like you may be looking for `org-mu4e-compose-org-mode'. >> > > .... duh... > > Thank you. So, if I want this to be on by default, do you happen to know > where I should add a hook? > > Really appreciate the help, > m