From ecc05349f7b50e3af314d0800b6591a568a4f519 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 10 Sep 2022 22:04:34 +0100 Subject: jao-afio: dedicated windows in email frame --- lib/eos/jao-afio.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/eos/jao-afio.el') diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index be25d65..0ee5859 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -129,12 +129,15 @@ (other-window 1) (delete-other-windows-vertically) (find-file (expand-file-name "inbox.org" org-directory)) + (set-window-dedicated-p nil t) (split-window-below (/ (window-height) 3)) (other-window 1) (org-agenda-list) + (set-window-dedicated-p nil t) (split-window-below -9) (other-window 1) (switch-to-buffer "*Calendar*") + (set-window-dedicated-p nil t) (other-window 1)) ;;;###autoload -- cgit v1.2.3