Emacs: improve window-splitting behaviour
1 file changed, 2 insertions(+), 2 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -245,8 +245,8 @@ (with-selected-window window (split-window-right)))))) (setq split-window-preferred-function #'split-window-properly - split-height-threshold nil - split-width-threshold 200) + split-height-threshold 20 + split-width-threshold 160) (use-package eyebrowse :after (evil)