From 6c17b3ec298e026c854ecd57b557bd568c287636 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 1 Dec 2022 15:39:14 -0500 Subject: [PATCH] [to-squash] Play around with mu4e-header window again --- global.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index 2dcd456..c9c2621 100644 --- a/global.org +++ b/global.org @@ -182,9 +182,10 @@ (add-to-list 'display-buffer-alist '("\\*mu4e-headers\\*" (display-buffer-in-side-window) + (dedicated . t) (side . top ) (slot . 0) - (window-height . 20))) + (window-height . 40))) #+end_src Then, treat the ~calendar~ #+begin_src emacs-lisp