diff --git a/init.el b/init.el index bc899b4..96d4abf 100644 --- a/init.el +++ b/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