home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 210cda1b66afa611bcb1809f077600bf6a8f8838
parent 07f21075fb85dadc4245eb66060837444d2c9278
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  5 Jun 2020 23:22:51 +0200

tools/gnus: configure gnus-win

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/gnus/init.el | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/tools/gnus/init.el b/tools/gnus/init.el @@ -166,6 +166,24 @@ ("C-M-^" . gnus-summary-refer-thread))) ;; -GnusSummary +;; GnusWin +(use-package gnus-win + :config + (gnus-add-configuration + '(article + (horizontal 1.0 + (vertical 40 (group 1.0)) + (vertical 1.0 + (summary 0.16 point) + (article 1.0))))) + + (gnus-add-configuration + '(summary + (horizontal 1.0 + (vertical 40 (group 1.0)) + (vertical 1.0 (summary 1.0 point)))))) +;; -GnusWin + ;; GnusDired (use-package gnus-dired :after (gnus dired)