all repos — nixfiles @ 3cf26275039eca4b4d255f095cccc0bece216ca3

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

Emacs: increase minimum width of windows before splitting

Alan Pearce
commit

3cf26275039eca4b4d255f095cccc0bece216ca3

parent

0739e5da1e05de24cd688890eb806b72bdb8b632

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -240,7 +240,7 @@ (split-window-right))))))
(setq split-window-preferred-function #'split-window-properly split-height-threshold nil - split-width-threshold 160) + split-width-threshold 200) (use-package eyebrowse :after (evil)