summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-20 22:24:49 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-20 22:24:49 -0400
commitbdd3a0bb3c3adab46f167a627ba0be5619e4348b (patch)
treee4c12913d6a5de73d2fbf87cfc4ffbe869856538 /init.el
parentdcc48cbb6e4d7f451addc45c22b48c26efa85d02 (diff)
downloadconfigs-bdd3a0bb3c3adab46f167a627ba0be5619e4348b.tar.gz
configs-bdd3a0bb3c3adab46f167a627ba0be5619e4348b.tar.xz
configs-bdd3a0bb3c3adab46f167a627ba0be5619e4348b.zip
* init.el(scroll-conservatively): Use a sensibly large enough value
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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)