configs/emacs: prevent gnus from blowing away my layouts

This commit is contained in:
Aaron Bieber 2024-09-18 13:44:52 -06:00
parent d4f9521c4d
commit 1cc275c734
No known key found for this signature in database

View File

@ -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. mail for some things and having to sync state between two sources is a pita.
#+begin_src emacs-lisp #+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-select-method '(nnimap "imap.fastmail.com")
gnus-secondary-select-methods '((nntp "news.gwene.org")) gnus-secondary-select-methods '((nntp "news.gwene.org"))
gnus-sum-thread-tree-false-root "" gnus-sum-thread-tree-false-root ""