all repos — nixfiles @ b4464646c9a27d69004c592d909822b1cf11a4a8

System and user configuration, managed by nix and home-manager

Emacs: improve window-splitting behaviour

Alan Pearce
commit

b4464646c9a27d69004c592d909822b1cf11a4a8

parent

c400be9c276c25764fa40b45ce450d5a7c3477c4

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M user/emacs/init.eluser/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)