chiark / gitweb /
dot/gnus.el: Use backquote in the tree display.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 31 Mar 2010 22:20:52 +0000 (23:20 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 31 Mar 2010 22:20:52 +0000 (23:20 +0100)
Looks more rounded, at least now that I have traditional quote glyphs.

dot/gnus.el

index f7b6560d82e671793313a3a5708786bcfdf1cfa9..7276865055e71b16d33aef1b0294c81dbfb36610 100644 (file)
@@ -48,7 +48,7 @@ (if (memq (coding-system-get (terminal-coding-system) 'mime-charset)
          gnus-sum-thread-tree-single-leaf     "╰─>")
   (setq gnus-sum-thread-tree-leaf-with-other   "|->"
        gnus-sum-thread-tree-vertical          "| "
          gnus-sum-thread-tree-single-leaf     "╰─>")
   (setq gnus-sum-thread-tree-leaf-with-other   "|->"
        gnus-sum-thread-tree-vertical          "| "
-       gnus-sum-thread-tree-single-leaf       "'->"))
+       gnus-sum-thread-tree-single-leaf       "`->"))
 
 ;; Sort threads in a useful way.
 (setq gnus-thread-sort-functions
 
 ;; Sort threads in a useful way.
 (setq gnus-thread-sort-functions