diff options
author | jao <jao@gnu.org> | 2024-04-03 23:51:58 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-04-03 23:51:58 +0100 |
commit | ecfc0e326c82394432588ff42eae672a7d953379 (patch) | |
tree | 1f4784632f6617a8b58f0bcff939e4acffdd2365 /lib | |
parent | 91366f947b6ede7cec14f4959694e61cca08289d (diff) | |
download | elibs-ecfc0e326c82394432588ff42eae672a7d953379.tar.gz elibs-ecfc0e326c82394432588ff42eae672a7d953379.tar.bz2 |
proper agenda view customization (custom command)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eos/jao-afio.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 73cd2e5..b588989 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -138,7 +138,7 @@ (other-window 1) (jao-org-agenda) (set-window-dedicated-p nil t) - (split-window-below -9) + (split-window-below -8) (other-window 1) (switch-to-buffer "*Calendar*") (set-window-dedicated-p nil t) |