mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable mu4e-use-fancy-chars
by default
This commit is contained in:
@ -60,7 +60,8 @@
|
|||||||
(setq mail-user-agent 'mu4e-user-agent)
|
(setq mail-user-agent 'mu4e-user-agent)
|
||||||
|
|
||||||
;; Use fancy icons
|
;; Use fancy icons
|
||||||
(setq mu4e-headers-has-child-prefix '("+" . "")
|
(setq mu4e-use-fancy-chars t
|
||||||
|
mu4e-headers-has-child-prefix '("+" . "")
|
||||||
mu4e-headers-empty-parent-prefix '("-" . "")
|
mu4e-headers-empty-parent-prefix '("-" . "")
|
||||||
mu4e-headers-first-child-prefix '("\\" . "")
|
mu4e-headers-first-child-prefix '("\\" . "")
|
||||||
mu4e-headers-duplicate-prefix '("=" . "")
|
mu4e-headers-duplicate-prefix '("=" . "")
|
||||||
|
Reference in New Issue
Block a user