From 83effe594b46853517a25e29a67a8fa0d41ff7fb Mon Sep 17 00:00:00 2001 From: luxick Date: Mon, 29 Sep 2025 12:27:18 +0200 Subject: [PATCH] Add ultra-scroll package --- init.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 7a9f795..70235cc 100644 --- a/init.el +++ b/init.el @@ -327,7 +327,17 @@ :straight t :bind (("C-x w" . elfeed)) :config - (setq elfeed-sort-order 'ascending)) + (setq elfeed-sort-order 'ascending)) + +;; ultra-scroll for improved pixel scrolling +(use-package ultra-scroll + :vc (:url "https://github.com/jdtsmith/ultra-scroll") ; if desired (emacs>=v30) + :straight nil + :init + (setq scroll-conservatively 3 ; or whatever value you prefer, since v0.4 + scroll-margin 0) ; important: scroll-margin>0 not yet supported + :config + (ultra-scroll-mode 1)) ;; Duplicate (use-package duplicate-thing