summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-01-14 19:45:01 +0100
committerAlan Pearce2016-01-14 19:45:01 +0100
commitc8d119ca0f83776fd27574c25fd0b4c2ce890605 (patch)
tree6454b8764d4a8a25743f0e8af364120b50337e54 /tag-emacs
parentb49b2c6b5057689e3d2b22c7f8deb4a68e834e97 (diff)
downloaddotfiles-c8d119ca0f83776fd27574c25fd0b4c2ce890605.tar.lz
dotfiles-c8d119ca0f83776fd27574c25fd0b4c2ce890605.tar.zst
dotfiles-c8d119ca0f83776fd27574c25fd0b4c2ce890605.zip
Emacs: Fix bad window-splitting on laptop
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 012c4da..b67cb29 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -903,6 +903,7 @@ point whilst I’m moving about.
         scroll-preserve-screen-position t
         mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control)))
         split-height-threshold 100
+        split-width-threshold 70
         frame-resize-pixelwise t)
   (if (boundp 'ns-pop-up-frames)
       (setq ns-pop-up-frames nil))