summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-05-23 14:44:29 +0100
committerjao <jao@gnu.org>2025-05-23 14:44:29 +0100
commit0b017299db8af1093d0438f77b5ec3faa36fab58 (patch)
tree2d057c2daaba3c0bb8acddf5ea68b404ffb0554a
parent23c1bcb6dbc726bd2a4a2400ef37e2cd0f95015d (diff)
downloadelibs-0b017299db8af1093d0438f77b5ec3faa36fab58.tar.gz
elibs-0b017299db8af1093d0438f77b5ec3faa36fab58.tar.bz2
ultra-scrollmain
-rw-r--r--init.el9
1 files changed, 9 insertions, 0 deletions
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"