Use pixel-scroll-precision-mode
This commit is contained in:
parent
fa3408f3bb
commit
c21d6f90f4
11
init.el
11
init.el
|
@ -25,12 +25,11 @@
|
|||
completion-cycle-threshold nil
|
||||
completions-detailed t
|
||||
xref-show-definitions-function #'xref-show-definitions-completing-read
|
||||
kill-do-not-save-duplicates t
|
||||
auto-window-vscroll nil
|
||||
fast-but-imprecise-scrolling t
|
||||
scroll-conservatively 101
|
||||
scroll-margin 0
|
||||
scroll-preserve-screen-position 1)
|
||||
kill-do-not-save-duplicates t)
|
||||
|
||||
(use-package pixel-scroll
|
||||
:init
|
||||
(pixel-scroll-precision-mode +1))
|
||||
|
||||
|
||||
;; Bind normal forward/back buttons on mouse to next/previous buffer respectively
|
||||
|
|
Loading…
Reference in a new issue