summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-10-06 18:58:26 +0100
committerjao <jao@gnu.org>2025-10-06 18:58:26 +0100
commit779db4c45951fbeb7262632a5c8348b27e2f38f6 (patch)
tree1d4fe46df6261d048eb6d8d86b01f4f28d2d527a
parent88d27fd007cd89f316c3db8c4e6e51dbb363afd4 (diff)
downloadelibs-779db4c45951fbeb7262632a5c8348b27e2f38f6.tar.gz
elibs-779db4c45951fbeb7262632a5c8348b27e2f38f6.tar.bz2
oops in gnus layout
-rw-r--r--custom/jao-custom-gnus.el10
1 files changed, 5 insertions, 5 deletions
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)