Update mouse wheel settings
This commit is contained in:
4
init.el
4
init.el
@@ -228,8 +228,8 @@
|
|||||||
;; `window-vscroll' for tall lines.
|
;; `window-vscroll' for tall lines.
|
||||||
auto-window-vscroll nil
|
auto-window-vscroll nil
|
||||||
;; Mouse
|
;; Mouse
|
||||||
mouse-wheel-scroll-amount '(2 ((shift) . hscroll))
|
mouse-wheel-scroll-amount '(1 ((shift) . hscroll))
|
||||||
mouse-wheel-scroll-amount-horizontal 2)
|
mouse-wheel-scroll-amount-horizontal 1)
|
||||||
|
|
||||||
;;; Cursor
|
;;; Cursor
|
||||||
;; The blinking cursor is distracting and interferes with cursor settings in
|
;; The blinking cursor is distracting and interferes with cursor settings in
|
||||||
|
|||||||
Reference in New Issue
Block a user