summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
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 3f69062..5ee08a9 100644
--- a/init.el
+++ b/init.el
@@ -995,7 +995,7 @@
(use-package ultra-scroll
:ensure t
:init
- (setq scroll-conservatively 0 ; or whatever value you prefer, since v0.4
+ (setq scroll-conservatively 101 ; or whatever value you prefer, since v0.4
scroll-margin 0) ; important: scroll-margin>0 not yet supported
:config
(ultra-scroll-mode 1)))