From 779db4c45951fbeb7262632a5c8348b27e2f38f6 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 6 Oct 2025 18:58:26 +0100 Subject: oops in gnus layout --- custom/jao-custom-gnus.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'custom') diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 9ff71aa..b7c0852 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -103,11 +103,11 @@ ;; (group 0.5 point) ;; ("*notmuch-hello*" 1.0)))) - ;; (gnus-add-configuration - ;; `(message (horizontal 1.0 (message 1.0 point)))) + (gnus-add-configuration + `(message (horizontal 1.0 (message 1.0 point)))) - ;; (gnus-add-configuration - ;; `(reply-yank (horizontal 1.0 (message 1.0 point)))) + (gnus-add-configuration + `(reply-yank (horizontal 1.0 (message 1.0 point)))) (gnus-add-configuration `(summary @@ -119,7 +119,7 @@ `(reply (horizontal 1.0 (message ,(- wide-len 100) point) - (article 100)))))) + (article 1.0)))))) (if jao-gnus-use-three-panes (jao-gnus-use-three-panes) -- cgit v1.2.3