diff options
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))) |