From 0b017299db8af1093d0438f77b5ec3faa36fab58 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 23 May 2025 14:44:29 +0100 Subject: ultra-scroll --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.el b/init.el index 37a0af0..c423a24 100644 --- a/init.el +++ b/init.el @@ -930,6 +930,15 @@ scroll-step 1 redisplay-skip-fontification-on-input nil)) +(use-package ultra-scroll + ;:load-path "~/code/emacs/ultra-scroll" ; if you git clone'd instead of using vc + :vc (:url "https://github.com/jdtsmith/ultra-scroll") ; For Emacs>=30 + :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)) + ;;;; show diffs when running C-x s (add-to-list 'save-some-buffers-action-alist `("d" -- cgit v1.2.3