mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(mu4e): set last-child thread symbol
Also tweak the line order and whitespace while I'm at it, to show the overall styling more clearly.
This commit is contained in:
@ -103,10 +103,11 @@ is non-nil."
|
|||||||
;; no need to ask
|
;; no need to ask
|
||||||
mu4e-confirm-quit nil
|
mu4e-confirm-quit nil
|
||||||
mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶")
|
mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶")
|
||||||
mu4e-headers-thread-orphan-prefix '("┬>" . "┬▶ ")
|
mu4e-headers-thread-orphan-prefix '("┬>" . "┬▶ ")
|
||||||
mu4e-headers-thread-last-child-prefix '("└>" . "╰▶")
|
mu4e-headers-thread-connection-prefix '("│ " . "│ ")
|
||||||
mu4e-headers-thread-child-prefix '("├>" . "├▶")
|
mu4e-headers-thread-first-child-prefix '("├>" . "├▶")
|
||||||
mu4e-headers-thread-connection-prefix '("│" . "│ ")
|
mu4e-headers-thread-child-prefix '("├>" . "├▶")
|
||||||
|
mu4e-headers-thread-last-child-prefix '("└>" . "╰▶")
|
||||||
;; remove 'lists' column
|
;; remove 'lists' column
|
||||||
mu4e-headers-fields
|
mu4e-headers-fields
|
||||||
'((:account-stripe . 1)
|
'((:account-stripe . 1)
|
||||||
|
Reference in New Issue
Block a user