From 372bb077bcbd6904845991e9e72c759207bc1cf8 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 28 Sep 2025 01:24:29 +0100 Subject: nits --- custom/jao-custom-gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 21f392b..ecf0e52 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -47,10 +47,10 @@ (setq calendar-left-margin 6) (if jao-gnus-use-three-panes - (let ((side-bar '(vertical 1.0 + (let ((side-bar `(vertical 1.0 ("inbox.org" 0.4) ("*Org Agenda*" 1.0) - ("*Calendar*" 8))) + ("*Calendar*" ,(jao-d-l 9 8)))) (wide-len jao-gnus-wide-width) (groups-len jao-gnus-groups-width) (summary-len (- jao-gnus-wide-width jao-gnus-groups-width))) -- cgit v1.2.3