base: Update config parameter regarding scrolling

Seems like the wrong parameter was used.
This commit is contained in:
finga 2024-10-30 14:47:17 +01:00
parent 0115f40bbb
commit db164f0444

View file

@ -43,7 +43,7 @@
(setq mouse-yank-at-point t)
;; make the screen go down with one line & mouse wheel support
(setq scroll-step 1)
(setq scroll-conservatively 1000)
(mouse-wheel-mode t)
;; clipboard yanking is possible with middle mouse button now