From 91469d1fb86ecf0ecd80fe4f9437fd28f90b129f Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 13 Sep 2022 18:24:51 +0800 Subject: [PATCH] No need for the gmail-specific mu tweaks any more --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 2960698..fd9db00 100644 --- a/config.org +++ b/config.org @@ -746,7 +746,7 @@ I couldn't resist the Email and Feed modules. #+name: doom-email #+begin_src emacs-lisp -(:if (executable-find "mu") (mu4e +org +gmail)) +(:if (executable-find "mu") (mu4e +org)) ;;notmuch ;;(wanderlust +gmail) #+end_src