all repos — nixfiles @ 0da4f600c2b1b422b7f234b1a80ca238d1c25604

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

Emacs: Don't split width-wise so much
Alan Pearce alan@alanpearce.uk
Fri, 04 Nov 2016 11:38:02 +0100
commit

0da4f600c2b1b422b7f234b1a80ca238d1c25604

parent

63731f4cb2e0c5ea4fb1f34ee03f6b510faf4866

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

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