Emacs: increase minimum width of windows before splitting
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/emacs/.emacs.d/init.el → user/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)