Use pixel-scroll-precision-mode

This commit is contained in:
Evie Litherland-Smith 2024-04-22 08:19:20 +01:00
parent fa3408f3bb
commit c21d6f90f4

11
init.el
View file

@ -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