Skip to content

Commit

Permalink
tweak(mu4e): use a less intrusive face for threads
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 25, 2024
1 parent 41f0f31 commit 52d8768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
:hook (mu4e-headers-mode . (lambda ()
(visual-line-mode -1)
(display-line-numbers-mode -1)))
:custom-face
(mu4e-thread-fold-face ((t (:inherit default))))
:init
(defcustom +mu4e-auto-start t
"Automatically start `mu4e' in background in `me-daemon'."
Expand Down

0 comments on commit 52d8768

Please sign in to comment.