summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-05-20 23:16:02 +0100
committerjao <jao@gnu.org>2022-05-20 23:16:02 +0100
commit87bde37d0fff93729813d722ac4db68c15455122 (patch)
tree78348a628129d7ed5a8d3e39a1bf51fee50e68aa
parent2b0db93fedf74da9ce5183c4c6fbcf2ab2c2a953 (diff)
downloadelibs-87bde37d0fff93729813d722ac4db68c15455122.tar.gz
elibs-87bde37d0fff93729813d722ac4db68c15455122.tar.bz2
display-buffer-avoid-small-windows
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
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