diff options
| author | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2020-02-05 22:32:17 +0100 |
|---|---|---|
| committer | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2020-02-05 22:32:17 +0100 |
| commit | 41fecec385e15c3447c1aab4c0840d60a1e2e7af (patch) | |
| tree | dc8f30210556ea92a9e402204a694fd11ebed5f9 | |
| parent | d560753f64fc87e9377608bc7e3b1b7c2d2b5aca (diff) | |
| download | dotfiles-41fecec385e15c3447c1aab4c0840d60a1e2e7af.tar.xz | |
Tweak Gnus display some more
Keep false root, otherwise I cannot mark threads with T k.
Apply crude fontification with gnus-face-0.
| -rw-r--r-- | .gnus | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,14 +16,14 @@ gnus-secondary-select-methods '((nntp "archive.lwn.net") (nntp "news.gmane.io")) - gnus-summary-line-format "%U%R %-16,16&user-date; %B%-23,23n %s\n" + gnus-summary-line-format "%U%R %{%-16,16&user-date; %B%}%-23,23n %s\n" + gnus-face-0 'shadow 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-leaf-with-other "โโบ " gnus-sum-thread-tree-single-leaf "โฐโบ " gnus-sum-thread-tree-vertical "โ" - gnus-summary-make-false-root 'empty gnus-thread-sort-functions '(gnus-thread-sort-by-number (not gnus-thread-sort-by-most-recent-number)) |
