summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2020-06-06 16:30:40 +0200
committerAlan Pearce2020-06-06 16:30:40 +0200
commitb4464646c9a27d69004c592d909822b1cf11a4a8 (patch)
treecdede57ffe5d70b9e926a819a268b74e1e709ee0 /user
parentc400be9c276c25764fa40b45ce450d5a7c3477c4 (diff)
downloadnixfiles-b4464646c9a27d69004c592d909822b1cf11a4a8.tar.lz
nixfiles-b4464646c9a27d69004c592d909822b1cf11a4a8.tar.zst
nixfiles-b4464646c9a27d69004c592d909822b1cf11a4a8.zip
Emacs: improve window-splitting behaviour
Diffstat (limited to 'user')
-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)