mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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
10 lines
299 B
EmacsLisp
10 lines
299 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/smooth-scroll/packages.el
|
|
|
|
(package! ultra-scroll
|
|
:recipe (:host github :repo "jdtsmith/ultra-scroll")
|
|
:pin "b72c507f6702db18d971a6b6bdc692e260f21159")
|
|
|
|
(when (modulep! +interpolate)
|
|
(package! good-scroll :pin "a7ffd5c0e5935cebd545a0570f64949077f71ee3"))
|