summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-07-04 16:45:46 +0200
committerAlan Pearce2016-07-04 16:45:46 +0200
commit975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08 (patch)
tree259f26c1d734dedee5827cab006e9a45657fffe5 /tag-emacs
parent0f87ea4e81cfd480310f109f892ae51b919b265c (diff)
downloaddotfiles-975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08.tar.lz
dotfiles-975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08.tar.zst
dotfiles-975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08.zip
Emacs: Reset window-splitting thresholds
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 146bce0..51145ae 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))