base: Update config parameter regarding scrolling
Seems like the wrong parameter was used.
This commit is contained in:
parent
0115f40bbb
commit
db164f0444
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
(setq mouse-yank-at-point t)
|
(setq mouse-yank-at-point t)
|
||||||
|
|
||||||
;; make the screen go down with one line & mouse wheel support
|
;; make the screen go down with one line & mouse wheel support
|
||||||
(setq scroll-step 1)
|
(setq scroll-conservatively 1000)
|
||||||
(mouse-wheel-mode t)
|
(mouse-wheel-mode t)
|
||||||
|
|
||||||
;; clipboard yanking is possible with middle mouse button now
|
;; clipboard yanking is possible with middle mouse button now
|
||||||
|
|
Loading…
Reference in a new issue