From 16aae5a2525a28224d0fbbc536d4bda6d9008fb0 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 29 Sep 2025 11:14:08 +0100 Subject: little linux tweaks --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') 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))) -- cgit v1.2.3