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:
parent
6af7338140
commit
01bb743c6c
1 changed files with 5 additions and 4 deletions
|
@ -104,9 +104,10 @@ is non-nil."
|
||||||
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-first-child-prefix '("├>" . "├▶")
|
||||||
mu4e-headers-thread-child-prefix '("├>" . "├▶")
|
mu4e-headers-thread-child-prefix '("├>" . "├▶")
|
||||||
mu4e-headers-thread-connection-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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue