diff options
author | jao <jao@gnu.org> | 2025-05-23 14:44:29 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-05-23 14:44:29 +0100 |
commit | 0b017299db8af1093d0438f77b5ec3faa36fab58 (patch) | |
tree | 2d057c2daaba3c0bb8acddf5ea68b404ffb0554a | |
parent | 23c1bcb6dbc726bd2a4a2400ef37e2cd0f95015d (diff) | |
download | elibs-0b017299db8af1093d0438f77b5ec3faa36fab58.tar.gz elibs-0b017299db8af1093d0438f77b5ec3faa36fab58.tar.bz2 |
ultra-scrollmain
-rw-r--r-- | init.el | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" |