mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Alexander-Miller/treemacs@820b09db10 -> Alexander-Miller/treemacs@abd27c86df dgutov/diff-hl@aa667ac58a -> dgutov/diff-hl@9b032018fd doomemacs/themes@88126db5e6 -> doomemacs/themes@729ad03463 jdtsmith/indent-bars@ea74161b46 -> jdtsmith/indent-bars@87729d685d jdtsmith/ultra-scroll@f2e4fba601 -> jdtsmith/ultra-scroll@b447044b9d minad/goggles@6141d31c51 -> minad/goggles@5176114e99 tarsius/hl-todo@0ce21c329b -> tarsius/hl-todo@7ed8bbcadb
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 "b447044b9de68068139da9ab367126e973a6a0b0")
|
|
|
|
(when (modulep! +interpolate)
|
|
(package! good-scroll :pin "a7ffd5c0e5935cebd545a0570f64949077f71ee3"))
|