Enable smooth scrolling

This commit is contained in:
2023-07-31 20:47:34 +02:00
parent 52d48f4375
commit 6035a22ce4

View File

@@ -163,3 +163,5 @@
(use-package! centered-cursor-mode
:config
(global-centered-cursor-mode))
;; Enable smooth scrolling
(pixel-scroll-precision-mode)