use ultra scroll

This commit is contained in:
Yisroel Baum 2025-09-07 21:49:01 +03:00
parent 1bbfee1702
commit a706341328
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -36,6 +36,13 @@
(load-theme 'doom-dark+ t)
(use-package ultra-scroll
:init
(setq scroll-conservatively 3
scroll-margin 0)
:config
(ultra-scroll-mode t))
(use-package magit)
(use-package eglot