diff options
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1221,7 +1221,8 @@ *** splitting and switch #+begin_src emacs-lisp (setq split-height-threshold 80 - split-width-threshold 144) + split-width-threshold 144 + display-buffer-avoid-small-windows 20) (setq switch-to-buffer-preserve-window-point nil switch-to-buffer-obey-display-actions t |