Set split-width-threshold to 120

Set value so that horizontal splits can still happen if e.g. I have
emacs and another window open side-by-side on the same monitor, but
will still split vertically on a small screen like a laptop
This commit is contained in:
Evie Litherland-Smith 2024-03-07 16:22:39 +00:00
parent e522ef561b
commit d9dae7bc0f

View file

@ -149,7 +149,7 @@ Removed in favour of [[https://github.com/catppuccin/emacs][Catppuccin (emacs)]]
* Window management
#+begin_src emacs-lisp
(setq split-height-threshold nil
split-width-threshold 0)
split-width-threshold 120)
#+end_src
** windmove
#+begin_src emacs-lisp