created init-pixel-scroll.el
parent
662ca8ed88
commit
eab0f6e6fd
@ -0,0 +1,10 @@
|
||||
(require 'pixel-scroll)
|
||||
|
||||
(setq mouse-wheel-progressive-speed nil
|
||||
pixel-dead-time 0
|
||||
pixel-wait 0
|
||||
pixel-resolution-fine-flag 10)
|
||||
|
||||
(pixel-scroll-mode 1)
|
||||
|
||||
(provide 'init-pixel-scroll)
|
Loading…
Reference in New Issue