diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 10 |
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) |