summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-06 00:14:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:32 -0700
commit2261f5f71e4d390826980597838969dbfbf216d3 (patch)
tree453fff70ed5585c48f853ee90584dfff9f3a4f5b
parent805512cffbbfc13e9d6edf8fc52ddf54cad040ab (diff)
downloaddotfiles-2261f5f71e4d390826980597838969dbfbf216d3.tar.gz
add a Gnus window configuration for reading articles
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 237e16d5..30638c4e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3036,6 +3036,10 @@ mutt's review view, after exiting EDITOR."
(with-eval-after-load 'gnus-sum
(define-key gnus-summary-mode-map [f5] #'spw/gnus-fastmail-learn-spam))
+(with-eval-after-load 'gnus-win
+ (gnus-add-configuration
+ '(article (vertical 1.0 (summary 6 point) (article 1.0)))))
+
;;;; Assorted packages