Enable smooth scrolling

This commit is contained in:
coolneng 2023-07-31 20:47:34 +02:00
parent 52d48f4375
commit 6035a22ce4
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

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