summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-gnus.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-28 01:24:29 +0100
committerjao <jao@gnu.org>2025-09-28 01:29:49 +0100
commit372bb077bcbd6904845991e9e72c759207bc1cf8 (patch)
tree12c92996a373a5d38d09d40a8ea6094abb1024e0 /custom/jao-custom-gnus.el
parentfd27d027d8c48045723914632d0a115eab52f7cd (diff)
downloadelibs-372bb077bcbd6904845991e9e72c759207bc1cf8.tar.gz
elibs-372bb077bcbd6904845991e9e72c759207bc1cf8.tar.bz2
nits
Diffstat (limited to 'custom/jao-custom-gnus.el')
-rw-r--r--custom/jao-custom-gnus.el4
1 files changed, 2 insertions, 2 deletions
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)))