From 7082245e748a079ac502fd6ca15984121e51727f Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 12 Jul 2021 09:54:25 +0200 Subject: [PATCH] [org] Highlight current line in mu4e --- dot_doom.d/config.el.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_doom.d/config.el.tmpl b/dot_doom.d/config.el.tmpl index 06f46bd..ea90035 100644 --- a/dot_doom.d/config.el.tmpl +++ b/dot_doom.d/config.el.tmpl @@ -124,6 +124,9 @@ {{ end -}} )) +(custom-set-faces + '(mu4e-header-highlight-face ((t (:inherit modus-themes-hl-line :background "lemon chiffon"))))) + (load! "mail.el") (load! "org.el") (load! "forge.el")