Replace triangle symbol with alternatives that is worked with default Windows fonts.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 12 Jun 2017 14:41:05 +0300
changeset 1531 59d0e2ab77f1
parent 1530 b4f84f71f7ab
child 1532 e6ea63ccab39
Replace triangle symbol with alternatives that is worked with default Windows fonts.
.emacs-my
--- a/.emacs-my	Wed May 31 16:11:48 2017 +0300
+++ b/.emacs-my	Mon Jun 12 14:41:05 2017 +0300
@@ -2074,11 +2074,11 @@
 (when window-system
   (setq
    gnus-sum-thread-tree-root "● "
-   gnus-sum-thread-tree-false-root " ○ "
+   gnus-sum-thread-tree-false-root " © "
    gnus-sum-thread-tree-indent " "
-   gnus-sum-thread-tree-single-indent "⚇ "
-   gnus-sum-thread-tree-leaf-with-other "├▶ "
-   gnus-sum-thread-tree-single-leaf "└▶ "
+   gnus-sum-thread-tree-single-indent "• "
+   gnus-sum-thread-tree-leaf-with-other "├○ "
+   gnus-sum-thread-tree-single-leaf "└○ "
    gnus-sum-thread-tree-vertical "│"
    ))