From 87bde37d0fff93729813d722ac4db68c15455122 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 20 May 2022 23:16:02 +0100 Subject: display-buffer-avoid-small-windows --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index a5ee1a3..84df426 100644 --- a/init.org +++ b/init.org @@ -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 -- cgit v1.2.3