mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: document some settings for windows/buffers
This commit is contained in:
parent
8991c50ccf
commit
db73656921
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue