From bdd3a0bb3c3adab46f167a627ba0be5619e4348b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 20 Apr 2020 22:24:49 -0400 Subject: [PATCH] * init.el(scroll-conservatively): Use a sensibly large enough value --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index cb1a89b..824aa93 100644 --- a/init.el +++ b/init.el @@ -277,7 +277,7 @@ For disabling the behaviour for certain buffers and/or modes." ;; scroll-margin 1 ;; scroll-conservatively 10000 scroll-step 1 - scroll-conservatively 10 + scroll-conservatively 101 scroll-preserve-screen-position 1 ;; focus follows mouse mouse-autoselect-window t) -- 2.20.1