Merge pull request #2765 from vqhuy/mu4e
Enable `mu4e-use-fancy-chars` by default
This commit is contained in:
commit
ae04075454
1 changed files with 1 additions and 5 deletions
|
@ -60,11 +60,7 @@
|
|||
(setq mail-user-agent 'mu4e-user-agent)
|
||||
|
||||
;; Use fancy icons
|
||||
(setq mu4e-headers-has-child-prefix '("+" . "")
|
||||
mu4e-headers-empty-parent-prefix '("-" . "")
|
||||
mu4e-headers-first-child-prefix '("\\" . "")
|
||||
mu4e-headers-duplicate-prefix '("=" . "")
|
||||
mu4e-headers-default-prefix '("|" . "")
|
||||
(setq mu4e-use-fancy-chars t
|
||||
mu4e-headers-draft-mark '("D" . "")
|
||||
mu4e-headers-flagged-mark '("F" . "")
|
||||
mu4e-headers-new-mark '("N" . "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue