mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(smooth-scroll): add +interpolate flag
Adds optional scroll interpolation/animation in #8335 via the good-scroll package. Command support is light right now, but I plan to expand on it later, and I welcome PRs to do so in the meantime. Ref: #8335
This commit is contained in:
@ -4,3 +4,6 @@
|
||||
(package! ultra-scroll
|
||||
:recipe (:host github :repo "jdtsmith/ultra-scroll")
|
||||
:pin "b72c507f6702db18d971a6b6bdc692e260f21159")
|
||||
|
||||
(when (modulep! +interpolate)
|
||||
(package! good-scroll :pin "a7ffd5c0e5935cebd545a0570f64949077f71ee3"))
|
||||
|
Reference in New Issue
Block a user