diff options
author | jao <jao@gnu.org> | 2025-09-29 11:14:08 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-29 11:14:08 +0100 |
commit | 16aae5a2525a28224d0fbbc536d4bda6d9008fb0 (patch) | |
tree | 7df79f63419504b973cc2a99cde2f39af5811838 /init.el | |
parent | b72f03dc0ae6ced222d84e84a5b876ce4ada2404 (diff) | |
download | elibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.gz elibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.bz2 |
little linux tweaks
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |