Increase split-width-threshold
This commit is contained in:
parent
c2e3fada19
commit
30acb0d3fc
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq split-height-threshold nil
|
(setq split-height-threshold nil
|
||||||
split-width-threshold 120)
|
split-width-threshold 160)
|
||||||
#+end_src
|
#+end_src
|
||||||
* windmove
|
* windmove
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue