From b461d1e41a26aa3d8c818de015d0c5045a4071a2 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Fri, 11 Feb 2022 13:03:19 +0530 Subject: [PATCH] Disable colors when viewing HTML mail The CSS clashes horribly with my Emacs theme. --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index c4610ec..984da68 100644 --- a/init.org +++ b/init.org @@ -3035,6 +3035,7 @@ PR ideas *** mu4e #+BEGIN_SRC emacs-lisp (use-package mu4e + :hook (mu4e-view-mode . (lambda () (setq-local shr-use-colors nil))) :bind (:map mu4e-headers-mode-map ("c" . #'mu4e-headers-prev)