* init.el(scroll-conservatively): Use a sensibly large enough value
authorAmin Bandali <bandali@gnu.org>
Tue, 21 Apr 2020 02:24:49 +0000 (22:24 -0400)
committerAmin Bandali <bandali@gnu.org>
Tue, 21 Apr 2020 02:24:49 +0000 (22:24 -0400)
init.el

diff --git a/init.el b/init.el
index cb1a89b..824aa93 100644 (file)
--- 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)