From 975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 4 Jul 2016 16:45:46 +0200 Subject: Emacs: Reset window-splitting thresholds --- tag-emacs/emacs.d/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 146bce00..51145ae7 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -845,8 +845,8 @@ point whilst I’m moving about. 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)) -- cgit 1.4.1