Enable pixel-scroll-precision-mode of pixel-scroll
This commit is contained in:
parent
9cfe805273
commit
5d20e55d93
12
init.el
12
init.el
@ -637,6 +637,18 @@ have been closed."
|
||||
:custom
|
||||
(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
|
||||
;; ---------------------------------- ;;
|
||||
|
Loading…
Reference in New Issue
Block a user