Use pixel-scroll-precision-mode to scroll by pixel instead of by line.
This commit is contained in:
parent
5362bb63e3
commit
78dc31a1d9
@ -80,4 +80,8 @@
|
||||
(browse-url url-or-symbol)
|
||||
(browse-url (format "https://www.google.com/search?q=%s" url-or-symbol)))))
|
||||
|
||||
(use-package pixel-scroll
|
||||
:straight (:type built-in)
|
||||
:hook (after-init . pixel-scroll-precision-mode))
|
||||
|
||||
(provide 'init-built-ins)
|
||||
|
Loading…
Reference in New Issue
Block a user