From a5a93adb8529ff1c64d768d091e474418ffe1a57 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 10 Apr 2022 02:10:13 +0200 Subject: [PATCH] Add org-msg back to mail setup --- config.org | 3 ++- init.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 97a2cab..dddf733 100644 --- a/config.org +++ b/config.org @@ -541,7 +541,8 @@ Doom adds a hook, making it impossible to disable. This allows us to toggle it manually. #+begin_src emacs-lisp -(remove-hook! mu4e-compose-pre #'org-msg-mode) +(after! org-msg + (setq +mu4e-compose-org-msg-toggle-next nil)) #+end_src ** Message quoting style diff --git a/init.el b/init.el index c799730..e14c646 100644 --- a/init.el +++ b/init.el @@ -172,7 +172,7 @@ yaml ; JSON, but readable :email - (mu4e) + (mu4e +org) ;;notmuch ;;(wanderlust +gmail)