dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 0730a1177d43edadf7aa54e46c952fb5a561687a
parent 41fecec385e15c3447c1aab4c0840d60a1e2e7af
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu,  6 Feb 2020 22:58:17 +0100

Tweak Gnus thread display some more

Add %* to prevent point from jumping sideways when changing articles.

Diffstat:
M.gnus | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gnus b/.gnus @@ -16,10 +16,9 @@ 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-face-0 'shadow + gnus-summary-line-format "%*%U%R %-16,16&user-date; %B%-23,23n %s\n" 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 "β•°β–Ί "