@ -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