emacs: gnus: don’t destroy other windows
authorAmin Bandali <bandali@gnu.org>
Sun, 12 May 2019 04:39:37 +0000 (00:39 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 12 May 2019 04:40:07 +0000 (00:40 -0400)
.emacs.d/init.el

index 49df725..22b5c29 100644 (file)
@@ -1701,6 +1701,10 @@ For disabling the behaviour for certain buffers and/or modes."
   :config
   (setq gnus-permanently-visible-groups "\\(:INBOX$\\|:gnu$\\)"))
 
+(use-feature gnus-win
+  :config
+  (setq gnus-use-full-window nil))
+
 (use-feature mm-decode
   :config
   (setq mm-discouraged-alternatives '("text/html" "text/richtext")))