diff options
| -rw-r--r-- | reviews/emacs/hype.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org index cfce523..b91802f 100644 --- a/reviews/emacs/hype.org +++ b/reviews/emacs/hype.org @@ -55,6 +55,12 @@ element in =treesit-thing-settings=. *** Windows **** New window layout commands (=window-x.el=) Looking forward to ~flip~ and ~rotate~ and ~transpose~ 🫨 +**** =split-window-preferred-direction= +By default, when splits are possible in either direction according to +=split-{height,width}-threshold=, Emacs is biased toward splitting +vertically. Setting this new option to ='longest= reduces that bias +by making Emacs consider the window layout: "landscape" windows (such +as a single window in a maximized frame) will be split horizontally. * 30 ** =:core= promotions *** visual-wrap (was adaptive-wrap): soft & mode-sensitive wrap prefixes |
