244 B
244 B
(use-package ultra-scroll
:vc
(:url "https://github.com/jdtsmith/ultra-scroll"
:rev :newest)
:init
(setq scroll-conservatively 101 ; important!
scroll-margin 0)
:config
(ultra-scroll-mode 1))