From 1cc275c73466a6c3428688c06db36295ae2d52a7 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 18 Sep 2024 13:44:52 -0600 Subject: [PATCH] configs/emacs: prevent gnus from blowing away my layouts --- configs/emacs.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/emacs.org b/configs/emacs.org index 9c03b7a..2cfcbdd 100644 --- a/configs/emacs.org +++ b/configs/emacs.org @@ -696,7 +696,8 @@ Extending org with the ability to transclude makes for a powerhouse! mail for some things and having to sync state between two sources is a pita. #+begin_src emacs-lisp - (setq gnus-fetch-old-headers t + (setq gnus-use-full-window nil + gnus-fetch-old-headers t gnus-select-method '(nnimap "imap.fastmail.com") gnus-secondary-select-methods '((nntp "news.gwene.org")) gnus-sum-thread-tree-false-root ""