summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-01-20 15:27:46 +0100
committerAlan Pearce2016-01-20 15:27:46 +0100
commitb509ca45959eb00a3e5affc9b22fbf029d06cde6 (patch)
treec2a855c44b56cbe617a27f19e394a74614640448 /tag-emacs
parent64efe505036594a9ec439fee0e6385ac5e3995ec (diff)
downloaddotfiles-b509ca45959eb00a3e5affc9b22fbf029d06cde6.tar.lz
dotfiles-b509ca45959eb00a3e5affc9b22fbf029d06cde6.tar.zst
dotfiles-b509ca45959eb00a3e5affc9b22fbf029d06cde6.zip
Emacs: Reset split-width-threshold
Seems I misunderstood how it works. It’s the minimal width at which a
window will be considered for splitting, not the minimum width of a
window after splitting
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index c7ba94b..7bc91d7 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -906,7 +906,6 @@ 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))