summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-29 11:14:08 +0100
committerjao <jao@gnu.org>2025-09-29 11:14:08 +0100
commit16aae5a2525a28224d0fbbc536d4bda6d9008fb0 (patch)
tree7df79f63419504b973cc2a99cde2f39af5811838 /init.el
parentb72f03dc0ae6ced222d84e84a5b876ce4ada2404 (diff)
downloadelibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.gz
elibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.bz2
little linux tweaks
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)))