From 50134314dbfb962f02e38a47e93e8e3c55008e50 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 26 Jan 2021 17:49:39 -0600 Subject: Change split-width-threshold It was two thin for the default window. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 6f1ac5a..525f739 100644 --- a/config.org +++ b/config.org @@ -156,7 +156,7 @@ This is extremely fiddly and I'd love another option. - [[https://www.emacswiki.org/emacs/ToggleWindowSplit][ToggleWindowSplit, EmacsWiki]] #+begin_src emacs-lisp :noweb-ref settings - (setq-default split-width-threshold 80 + (setq-default split-width-threshold 100 split-height-threshold 50) #+end_src -- cgit 1.4.1-21-gabe81