emacs: document some settings for windows/buffers

This commit is contained in:
Protesilaos Stavrou 2023-12-19 19:29:07 +02:00
parent 8991c50ccf
commit db73656921
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4157,6 +4157,12 @@ to a certain height.
(display-buffer-same-window))))
#+end_src
The following settings are relevant for the ~display-buffer-alist~ we
saw right above. Notice, in particular, the ~split-height-threshold~
and ~split-width-threshold~ which determine when to split the frame by
height or width. These are relevant for ~prot-window-display-buffer-below-or-pop~
and the other more basic functions I have defined for this purpose.
#+begin_src emacs-lisp :tangle "prot-emacs-modules/prot-emacs-window.el"
(setq window-combination-resize t)
(setq even-window-sizes 'height-only)