1

Enable pixel-scroll-precision-mode of pixel-scroll

This commit is contained in:
Jessie Hildebrandt 2023-09-21 15:08:50 -04:00
parent 9cfe805273
commit 5d20e55d93

12
init.el
View File

@ -637,6 +637,18 @@ have been closed."
:custom :custom
(show-paren-delay 0.0 "Highlight matching delimiters instantly")) (show-paren-delay 0.0 "Highlight matching delimiters instantly"))
;; ---------------------------------- ;;
;; pixel-scroll
;; ---------------------------------- ;;
(editor-feature pixel-scroll
"Enables pixel-level animation of scrolling events."
:config
(pixel-scroll-precision-mode)
:custom
(pixel-scroll-precision-interpolate-page t "Enable pixel-level scrolling for page-wise scrolling events")
(pixel-wait 0.001 "Idle for a fraction of a second during each animation step for gentler animations"))
;; ---------------------------------- ;; ;; ---------------------------------- ;;
;; savehist ;; savehist
;; ---------------------------------- ;; ;; ---------------------------------- ;;