all repos — nixfiles @ 975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08

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

Emacs: Reset window-splitting thresholds
Alan Pearce alan.pearce@spotcap.com
Mon, 04 Jul 2016 16:45:46 +0200
commit

975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08

parent

0f87ea4e81cfd480310f109f892ae51b919b265c

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -845,8 +845,8 @@ (setq scroll-conservatively 100         scroll-margin 1
         scroll-preserve-screen-position t
         mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control)))
-        split-height-threshold 100
-        split-width-threshold 120
+        split-height-threshold 80
+        split-width-threshold 160
         frame-resize-pixelwise nil)
   (if (boundp 'ns-pop-up-frames)
       (setq ns-pop-up-frames nil))