mu4e: change thread icons used
This commit is contained in:
parent
6d27225cdf
commit
03271a30ca
10
README.org
10
README.org
|
@ -1210,12 +1210,12 @@ Set fill column to 88 and enable display in python buffers
|
||||||
mu4e-headers-thread-root-prefix '("* " . "* ")
|
mu4e-headers-thread-root-prefix '("* " . "* ")
|
||||||
mu4e-headers-thread-duplicate-prefix '("= " . "= ")
|
mu4e-headers-thread-duplicate-prefix '("= " . "= ")
|
||||||
mu4e-headers-thread-blank-prefix '(" " . " ")
|
mu4e-headers-thread-blank-prefix '(" " . " ")
|
||||||
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-connection-prefix '("│ " . "│ ")
|
mu4e-headers-thread-connection-prefix '("│ " . "│ ")
|
||||||
mu4e-headers-thread-first-child-prefix '("├>" . "├▶")
|
mu4e-headers-thread-first-child-prefix '("├>" . "├>")
|
||||||
mu4e-headers-thread-child-prefix '("├>" . "├▶")
|
mu4e-headers-thread-child-prefix '("├>" . "├>")
|
||||||
mu4e-headers-thread-last-child-prefix '("└>" . "╰▶")))
|
mu4e-headers-thread-last-child-prefix '("└>" . "╰>")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Custom marks
|
**** Custom marks
|
||||||
|
|
Loading…
Reference in a new issue