Reuse mu4e headers window rather than making it a side window

The reason is that the window is by default split to view the
corresponding message, but side windows don't like to be split.
master
Jacopo De Simoi 3 years ago
parent 53007905bf
commit cc3299d8f1
  1. 6
      global.org

@ -227,11 +227,7 @@
#+begin_src emacs-lisp
(add-to-list 'display-buffer-alist
'("\\*mu4e-headers\\*"
(display-buffer-in-side-window)
(dedicated . t)
(side . top )
(slot . 0)
(window-height . 40)))
(display-buffer-reuse-window)))
#+end_src
Then, treat the ~calendar~
#+begin_src emacs-lisp

Loading…
Cancel
Save