summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-11 08:18:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:33 -0700
commitf086d3be0c0766b4913626ee547bf98b6f4bcf2c (patch)
tree3d8fa1774ff9e3b81571bb173e645f5d6207f985
parent42a253a59366a1864ac556ccaea9ec997aa1b100 (diff)
downloaddotfiles-f086d3be0c0766b4913626ee547bf98b6f4bcf2c.tar.gz
add a Gnus window configuration for non-yanking replies
-rw-r--r--.emacs.d/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 85a7fa9a..20ae6e2f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3189,7 +3189,10 @@ mutt's review view, after exiting EDITOR."
(with-eval-after-load 'gnus-win
(gnus-add-configuration
- '(article (vertical 1.0 (summary 6 point) (article 1.0)))))
+ '(article (vertical 1.0 (summary 6 point) (article 1.0))))
+
+ (gnus-add-configuration
+ '(reply (horizontal 1.0 (article 1.0) (message 80 point)))))
;;;; Assorted packages