summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2016-11-04 11:38:02 +0100
committerAlan Pearce2016-11-04 11:38:02 +0100
commit0da4f600c2b1b422b7f234b1a80ca238d1c25604 (patch)
treeecaafbd60150ab5184dca713a0fc04a6c6013a05 /tag-emacs/emacs.d/init.org
parent63731f4cb2e0c5ea4fb1f34ee03f6b510faf4866 (diff)
downloaddotfiles-0da4f600c2b1b422b7f234b1a80ca238d1c25604.tar.lz
dotfiles-0da4f600c2b1b422b7f234b1a80ca238d1c25604.tar.zst
dotfiles-0da4f600c2b1b422b7f234b1a80ca238d1c25604.zip
Emacs: Don't split width-wise so much
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 2a7eaf5..4a50fa9 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -817,7 +817,7 @@ point whilst I’m moving about.
         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))