mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
Alexander-Miller/treemacs@abd27c86df -> Alexander-Miller/treemacs@5fa8419950 Bad-ptr/persp-mode.el@40e9993a97 -> Bad-ptr/persp-mode.el@f146ddccaf dgutov/diff-hl@9b032018fd -> dgutov/diff-hl@39f076efa8 doomemacs/themes@729ad03463 -> doomemacs/themes@3152c60bb5 jaypei/emacs-neotree@4a4cd85761 -> jaypei/emacs-neotree@3178805a09 jdtsmith/indent-bars@87729d685d -> jdtsmith/indent-bars@aa07a3d812 jdtsmith/ultra-scroll@b447044b9d -> jdtsmith/ultra-scroll@8c92a17743 minad/goggles@5176114e99 -> minad/goggles@791140df23 seagle0128/doom-modeline@a85cb28da8 -> seagle0128/doom-modeline@cb703c217e tarsius/hl-todo@7ed8bbcadb -> tarsius/hl-todo@b8be53068b Includes some refactors to the workspaces and vc-gutter modules to adapt to upstream changes in persp-mode and diff-hl.
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 "8c92a17743af05fedc76beeb58da5eab48398035")
|
|
|
|
(when (modulep! +interpolate)
|
|
(package! good-scroll :pin "a7ffd5c0e5935cebd545a0570f64949077f71ee3"))
|