From: Amin Bandali Date: Tue, 21 Apr 2020 02:24:49 +0000 (-0400) Subject: * init.el(scroll-conservatively): Use a sensibly large enough value X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/bdd3a0bb3c3adab46f167a627ba0be5619e4348b * init.el(scroll-conservatively): Use a sensibly large enough value --- 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)