diff options
author | jao <jao@gnu.org> | 2023-04-17 04:50:58 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-04-17 04:50:58 +0100 |
commit | cd554e6b748592eb9991e6c2f3b6925248ede43f (patch) | |
tree | 4c3e74e8e0b6f4495c7743aff6831e724482ce99 /custom | |
parent | 3c7143e5ba9c2043666d0b63269add4207e41a3b (diff) | |
download | elibs-cd554e6b748592eb9991e6c2f3b6925248ede43f.tar.gz elibs-cd554e6b748592eb9991e6c2f3b6925248ede43f.tar.bz2 |
taller calendar buffer
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 164257b..ce230f4 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -57,7 +57,7 @@ (let ((side-bar '(vertical 1.0 ("inbox.org" 0.4) ("*Org Agenda*" 1.0) - ("*Calendar*" 8))) + ("*Calendar*" 9))) (wide-len jao-gnus-wide-width) (groups-len jao-gnus-groups-width) (summary-len (- jao-gnus-wide-width jao-gnus-groups-width))) |