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:
parent
e522ef561b
commit
d9dae7bc0f
|
@ -149,7 +149,7 @@ Removed in favour of [[https://github.com/catppuccin/emacs][Catppuccin (emacs)]]
|
||||||
* Window management
|
* Window management
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq split-height-threshold nil
|
(setq split-height-threshold nil
|
||||||
split-width-threshold 0)
|
split-width-threshold 120)
|
||||||
#+end_src
|
#+end_src
|
||||||
** windmove
|
** windmove
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue