From 8a529801047357a2cfab6a549e297175c6dd7535 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 22 Nov 2025 19:54:52 +0100 Subject: Drop redundant config option With split-window-preferred-direction defaulting to 'longest, we might have entered an era where Emacs now truly dwim out of the box? --- .config/emacs/custom.el | 1 - 1 file changed, 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index e67e2a2..57fb255 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -35,7 +35,6 @@ '(scroll-conservatively 10) '(scroll-preserve-screen-position t) '(send-mail-function 'smtpmail-send-it) - '(split-width-threshold 120) '(switch-to-buffer-obey-display-actions t) '(tab-bar-show 1) '(tool-bar-mode nil) -- cgit v1.2.3