Henrik Lissner
2025-06-10 21:28:19 +02:00
parent f96af872ac
commit 442f4db4d4
8 changed files with 7 additions and 10 deletions

View File

@@ -4,9 +4,6 @@
:when (fboundp 'pixel-scroll-precision-mode)
:hook (doom-first-input . ultra-scroll-mode)
:hook (doom-first-file . ultra-scroll-mode)
:init
(setq scroll-conservatively 101
scroll-margin 0)
:config
(add-hook 'ultra-scroll-hide-functions #'hl-todo-mode)
(add-hook 'ultra-scroll-hide-functions #'diff-hl-flydiff-mode)

View File

@@ -3,7 +3,7 @@
(package! ultra-scroll
:recipe (:host github :repo "jdtsmith/ultra-scroll")
:pin "f2e4fba601b6116f6f0bcb73cadf897bd8f7b764")
:pin "b447044b9de68068139da9ab367126e973a6a0b0")
(when (modulep! +interpolate)
(package! good-scroll :pin "a7ffd5c0e5935cebd545a0570f64949077f71ee3"))