commit 8a529801047357a2cfab6a549e297175c6dd7535
parent a6070130109bf1d383dd949911ac5aa825e49c66
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 22 Nov 2025 19:54:52 +0100
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?
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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)