From f77b63c0782494236ef031ecc164af63fbe66c61 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 22 Oct 2025 13:28:21 -0400 Subject: [PATCH] compat: disable `scroll-margin` This conflicts with the `smooth-scroll` Doom module. --- config.org | 1 - 1 file changed, 1 deletion(-) diff --git a/config.org b/config.org index dceced8..5935e9e 100644 --- a/config.org +++ b/config.org @@ -1159,7 +1159,6 @@ It wouldn't be Emacs if there wasn't an endless list of config variables to chan (executable-find "bash") ; Use bash instead of fish for default shell disabled-command-function nil ; Disabled commands are a stupid idea password-cache-expiry nil ; Security? Never heard of it - scroll-margin 2 ; A few extra lines on each end of the window ) (global-subword-mode +1)