Make ultra-scroll.el optional

No need to inhibit startup when smooth scrolling is not available.
This commit is contained in:
Daniel Borchmann 2025-11-20 17:15:55 +01:00
parent 3a9146071b
commit e30dd26212
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -667,7 +667,6 @@ split horizontally again, but this extra work should not matter much."
(add-hook 'textile-mode-hook #'turn-on-visual-fill-column-mode))) (add-hook 'textile-mode-hook #'turn-on-visual-fill-column-mode)))
(use-package ultra-scroll (use-package ultra-scroll
:ensure t
:commands (ultra-scroll-mode)) :commands (ultra-scroll-mode))
(use-package visual-fill-column (use-package visual-fill-column