Emacs: Reset window-splitting thresholds
Alan Pearce alan.pearce@spotcap.com
Mon, 04 Jul 2016 16:45:46 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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))