diff options
author | Alan Pearce | 2016-03-24 23:09:41 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-24 23:09:41 +0100 |
commit | 3af4144817cde07e4eff1e9c1ba1bbf89cb071e6 (patch) | |
tree | 769d5c0d048c1ad99383e5857f111f7227a05ec4 /tag-emacs | |
parent | f351ba6a97f5940af2b4de48f17f31c008d7c911 (diff) | |
download | nixfiles-3af4144817cde07e4eff1e9c1ba1bbf89cb071e6.tar.lz nixfiles-3af4144817cde07e4eff1e9c1ba1bbf89cb071e6.tar.zst nixfiles-3af4144817cde07e4eff1e9c1ba1bbf89cb071e6.zip |
Emacs: Improve small screen window-splitting
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index e30291c0..5f5b2958 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -842,6 +842,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 120 frame-resize-pixelwise t) (if (boundp 'ns-pop-up-frames) (setq ns-pop-up-frames nil)) |