summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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 49df725..22b5c29 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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")))