summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 898dd0b0..b2745649 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -245,8 +245,8 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
 	       (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)