From b893b8b0a73f7e63da6454caaf42d12bfd85d8cb Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 2 Sep 2019 23:16:15 +0200 Subject: [PATCH] Better layout in Gnus --- .spacemacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.spacemacs b/.spacemacs index b82b257..2d90dc8 100644 --- a/.spacemacs +++ b/.spacemacs @@ -772,6 +772,9 @@ dump." mm-text-html-renderer 'w3m gnus-use-cache t) + (gnus-add-configuration + '(article (horizontal 1.0 (summary .4 point) (article 1.0)))) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Dired ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;